|
|
| | Ask HN: Good iOS Tutorials? | |
54 points by snihalani on Aug 11, 2012 | hide | past | favorite | 27 comments
|
| | I have started learning iOS app development from Apple's developer resources but those look like to be designed for a bit more smart audience. I googled for good iOS tutorials but most of them seem outdated and in no way match the current XCode UI.
How do you learn iOS application development?
What tutorials did you use? |
|

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
|
You can get the first tutorial for free if you sign up for the raywenderlich.com newsletter. It assumes no prior knowledge of iOS or Objective-C and runs you through building a simple game. Then for 54$ you can get the three other tutorials.
The second tutorial shows you step by step how to build a checklist app (using Storyboards).
The third tutorial is about doing a simpler version of Foursquare (using Core Location, Map Kit, the camera and photo library, Core Data and Core Animation).
And in the fourth tutorial you'll learn how to make a clone of the default iTunes app by using the iTunes Store Search API (http://www.apple.com/itunes/affiliates/resources/documentati...) as well as AFNetworking.