Free iPhone SDK 3.0 developer examples
Written by Brent Sheets
Jul 9
Do you want to learn more about iPhone development but need a swift kick in the ASCII to get you started? About Objects, a provider of developer training, can help with this nice set of iPhone 3.0 developer examples. You may download the Xcode projects for free and even use the code in your own projects.
The example projects form a progressive series designed to take developers from the rudiments of iPhone programming through the development of sophisticated iPhone productivity apps. Developers are free to use the examples for their own learning, and can even use the example code in their own projects if they so choose. —About Objects
iphone developer examples
demonstrates the basic steps to configuring an iPhone app’s user interface programatically, without requiring an Interface Builder (.nib) file.
demonstrates the use of controls such as text fields and buttons, including how to connect controls to the code that implements their behavior.
introduces developers to the fundamentals of using Core Animation to animate view transformations.
demonstrates how to configure a table view programatically to present a list of values.
builds on the Simple TableView app to show how to use a navigation controller to manage navigating from a list to a detail view by tapping on a table row.
demonstrates how to add, remove, and reorder rows in a list view, and how to edit model object property values in a detail view.
shows how to create and populate a list of model objects from a property list (plist) file, and how to persist changes to the list.
download xcode examples
About Objects → iPhone 3.0 developer examples.