by sofuture on 6/18/12, 2:27 PM with 4 comments
by OiNutter on 6/18/12, 2:48 PM
http://www.stanford.edu/class/cs193p/cgi-bin/drupal/download...
Other than that I just googled the hell out of things, Stack Overflow was, as always, a valuable resource. Chances are that whatever you're trying to do, particularly when learning, somebody else has already done.
by donmcc on 6/18/12, 5:45 PM
If you've never programmed in C, you may want to seek out a good C tutorial. You can get pretty far in iOS working only with Objective-C objects, but plenty of C-isms leak through so it helps to be familiar with pointers, structs, functions and memory management.
Objective-C isn't too hard to get up to speed with, especially if you've ever worked in both C and a dynamic language like Python or Ruby. Wrapping your head around Cocoa Touch is a little more daunting, but Sadun's book does a good job of building up the basics step by step, then providing chapters on specific frameworks you can page-fault in as needed.
Apple recently added "Start Developing iOS Apps Today" https://developer.apple.com/library/ios/#referencelibrary/Ge... which is probably worth taking a look for a beginner.
by Kallikrates on 6/18/12, 2:50 PM
by callmeed on 6/18/12, 5:19 PM