TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Best book to learn Objective C

2 pointsby israelycalmost 13 years ago
I would like to be able to hack a prototype in a month or so..<p>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.<p>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.<p>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.<p>Any recommendations?

3 comments

runjakealmost 13 years ago
It sounds like you really want to learn Objective C and the iOS frameworks. For that, I suggest the Big Nerd Ranch books along with the Stanford iOS development class videos.<p>If you want an intensive study of Objective C itself, look at the Kochan book. It's the bible.<p><a href="http://www.stanford.edu/class/cs193p/cgi-bin/drupal/" rel="nofollow">http://www.stanford.edu/class/cs193p/cgi-bin/drupal/</a><p><a href="http://www.amazon.com/Programming-Objective-C-Edition-Developers-Library/dp/0321811909/ref=sr_1_1?ie=UTF8&#38;qid=1337695533&#38;sr=8-1" rel="nofollow">http://www.amazon.com/Programming-Objective-C-Edition-Develo...</a><p><a href="http://www.amazon.com/iOS-Programming-Ranch-Guide-Guides/dp/0321821521/ref=sr_1_1?s=books&#38;ie=UTF8&#38;qid=1337695555&#38;sr=1-1" rel="nofollow">http://www.amazon.com/iOS-Programming-Ranch-Guide-Guides/dp/...</a>
评论 #4008732 未加载
shadesandcolouralmost 13 years ago
I'm a big fan of all of the Big Nerd Ranch books. Also, Objective-C is pretty simple to learn, the real hurdle is learning the Cocoa/Cocoa Touch framework in addition to others. I would recommend the BNR books (they have one on iOS programming as well as one that teaches Objective-C) as well as watching the video lectures from Stanford since your focus is learning to program for iOS.
phatbytealmost 13 years ago
Programming in Objective-C 2.0 from Kochan is an amazing book, that's were I started.<p>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