|
|
Stories recently tagged with 'Cocoa'
|
|
submitted by
Ivan
9 months, 30 days ago
inchoo.net — Last month I had an opportunity to work on a great iPhone project with winning idea. We’ve built two applications for the same project – full and lite application. After a while we finished testing and both of the applications were 99% ready for submission on the App Store.... read more...
add a comment
|
category: Cocoa | Views: 15
|
|
tags:
Cocoa | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 months, 28 days ago, submitted by
brettr
10 months, 15 days ago
cygen.com — Follow along in these some small, iterative steps to improving the user interface of an existing iPhone application. read more...
add a comment
|
category: Cocoa | Views: 333
|
|
tags:
Cocoa | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 11 months, 13 days ago, submitted by
MattjDrake
11 months, 24 days ago
howtomakeiphoneapps.com — Today I’m going to show you how to create custom buttons for your iPhone app. This article includes a video, graphics that you can use and a procedure list what shows you how to make your iPhone app that much more unique. read more...
add a comment
|
category: Cocoa | Views: 93
|
|
tags:
Cocoa | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 11 months, 11 days ago, submitted by
ronwisley
11 months, 27 days ago
howtomakeiphoneapps.com — Here is a real easy way to do simple animation in Cocoa-Touch.
When you are doing iPhone programming you have a few ways to do graphics and simple animation. If you are doing extensive custom graphics you must use Core Graphics and Core Animation.
However, if you simply want to animate a simple series of images similar to an animated gif you can simple use UIImageView. What you need to do is load your series of images into the image view and then send a message to your image view to start animating. It is very simple. read more...
add a comment
|
category: Cocoa | Views: 129
|
|
tags:
Cocoa | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 1 month ago, submitted by
kannan
1 year, 1 month ago
iloveco.de — The goal of this tutorial is to teach you how to create an icon in the menu bar for your application, which when pressed, activates the main application window. An example of this can be seen in the Iconfactory’s Twitterrific. The main class you will be exploring in this tutorial is NSStatusItem. read more...
add a comment
|
category: Cocoa | Views: 98
|
|
tags:
Cocoa | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 1 month ago, submitted by
kannan
1 year, 1 month ago
iloveco.de — This tutorial will teach you how to make the small handle that goes on a bottom bar of some apps such as Fontcase. read more...
add a comment
|
category: Cocoa | Views: 107
|
|
tags:
Cocoa | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 1 month ago, submitted by
kannan
1 year, 1 month ago
servin.com — The UIDevice is a class that provides information about the iPhone or iPod Touch device.
Some of the information provided by UIDevice is static, such as device name or system version.
Other information, such as the device orientation information, is dynamic. It gives current status as to whether the device is face up, face down, in portrait or in landscape orientation.
In this tutorial, you will learn how to use the UIDevice class. read more...
add a comment
|
category: Cocoa | Views: 154
|
|
tags:
UIDevice, Cocoa | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 1 month ago, submitted by
kannan
1 year, 1 month ago
mobileorchard.com — Tis post explains how to create in-app email to a simple iPhone application using the new-in-3.0 MessageUI framework. read more...
add a comment
|
category: Cocoa | Views: 76
|
|
tags:
Cocoa | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 1 month ago, submitted by
kannan
1 year, 2 months ago
icodeblog.com — An authour of this post shows how to build is that it will use an XML file online to get the URL and title of a given picture. For each URL and Title pair a view will be created with a UIImageView showing the image and a UILabel showing the title. Each of these views will be placed in a UIScrollView to flip through, like th functinoality of the Photos app. read more...
add a comment
|
category: Cocoa | Views: 73
|
|
tags:
UIImage, Cocoa | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 2 months ago, submitted by
kannan
1 year, 2 months ago
iappdevs.com — Several native applications on the iPhone use application badges as an indicator of new messages, think email and SMS. Creating badges is quite straightforward and is nothing more than a method call, passing in the desired number to display.The post shows how a badge may look when applied to your application. read more...
add a comment
|
category: Tips & Tricks | Views: 220
|
|
tags:
Cocoa, TipsAndTricks | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 2 months ago, submitted by
raj
1 year, 2 months ago
codingventures.com — I am rather planning to talk a bit about some of the tricky things I found out while trying to use the UIWebView programatically. read more...
add a comment
|
category: Cocoa | Views: 305
|
|
tags:
UIWebView, Cocoa | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 2 months ago, submitted by
coreyf
1 year, 2 months ago
theflyingjalapenolives.com — An article on using KVO in your app. read more...
add a comment
|
category: Cocoa | Views: 72
|
|
tags:
Cocoa | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 2 months ago, submitted by
MattjDrake
1 year, 2 months ago
howtomakeiphoneapps.com — One common control you see on the iPhone is the slider - it is the control that allows you to select a continuous value from a range of numbers. In this post you will see how to use a slider control. read more...
add a comment
|
category: Cocoa | Views: 46
|
|
tags:
Cocoa | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 2 months ago, submitted by
MattjDrake
1 year, 3 months ago
howtomakeiphoneapps.com — View Controllers are responsible for managing the graphical elements (the View) that appear on the screen of the iPhone. The graphical elements that make up the view can be created in Interface Builder (IB) or in code. This article shows you how to use the View Controller in code. read more...
add a comment
|
category: Cocoa | Views: 91
|
|
tags:
Cocoa | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 2 months ago, submitted by
coreyf
1 year, 3 months ago
theflyingjalapenolives.com — An article exploring some common learning problems. read more...
add a comment
|
category: Cocoa | Views: 90
|
|
tags:
Cocoa | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 2 months ago, submitted by
alexcurylo
1 year, 3 months ago
alexcurylo.com — How to draw custom embedded fonts in your UILabels, and a roundup of places to find freely redistributable fonts to embed. read more...
add a comment
|
category: Cocoa | Views: 100
|
|
tags:
Cocoa | tag it
Everyones tags: | Your tags: | |
|
|
|
|
Published:

Upcoming:

|