Ask HN: Best book to learn Objective C
I would like to be able to hack a prototype in a month or so..
I haven't written a line of code in the past 7 years (and then it was mainly VB and C) and I basically need to start from scratch.
I don't like video schools like Treehouse because I find it redundant - I just can't skim through a video, or speed read parts of it.
I am just looking for a book that will cover all the basics and will basically teach me to build my first iOS app from scratch assuming I am an idiot. No more.
Any recommendations?
5 comments
[ 219 ms ] story [ 439 ms ] threadIf you want an intensive study of Objective C itself, look at the Kochan book. It's the bible.
http://www.stanford.edu/class/cs193p/cgi-bin/drupal/
http://www.amazon.com/Programming-Objective-C-Edition-Develo...
http://www.amazon.com/iOS-Programming-Ranch-Guide-Guides/dp/...
The Apple's documentation is also pretty damn good and I also use Stackoverflow.com/google a lot when I need to understand something with other prespective