Top Ten Apple Sample Appications (with Code!) (IPhone Application Development)

One way to really learn how to do things on the iPhone is to look at (correct) sample code. Apple provides a lot of it. The only problem with learning from samples is that, while it can show you how to do a specific thing (like flip a view), it doesn’t give you the overall architectural understanding you need to create an application.
After going through this topic, you know enough to take real advantage of all this sample code. By all means, take what you can from the samples and use it where you can to jumpstart your own application development.
Here are the ten samples I like the best. You can find them at the iPhone Dev Center Web site at http://developer.apple.com/iphone/ under the Sample Code section on the left side of the page.
They all come as Xcode projects, so you can check out the code, compile the project, and then load it into the simulator or even onto your development iPhone.

Next post:

Previous post: