|
|
|
Ask HN: Objective-C programming book
|
|
10 points
by pstevensza
5888 days ago
|
|
I found some brilliant discussion threads on learning C on HN, resulting in the purchase of the C Programming Language (2nd Ed) book and the C Puzzle Book, which I am working through at the moment. I've ordered C Interfaces and Implementations as well as The Practise of Programming, which should arrive shortly. As much benefit as I will derive from learning C, I'm interested in learning Objective-C, to allow me to write software for my Mac, as well as for iPhone, and therefore humbly ask if anyone has any recommendations for Objective-C books. I've found a Programming in Objective-C book written by Stephen Kochan for example, but wonder how good it is. * Edited to fix errors |
|
Jeff LaMarche and David Mark's Beginning iPhone Development, Bill Dudney and Chris Adamson's iPhone SDK Development or Erica Sadun's iPhone Developers Cookbook are all very good books to look into (although, I vaguely remember hearing something like that Erica is working on another edition that covers iPad additions. May be worth holding off on this particular book for a bit..).
The problem is, the really fun stuff (Game Center, multitasking, and iAd to name some; there's many more fun things that are.) is still under NDA. Or maybe there's not many printed books written on the topic, period (Blocks/GCD, AddressBook, using Instruments to debug/optimize your app, etc). So you want to figure out how to read the docs and guides from Apple as quickly as you can. Which, luckily, isn't too bad to do — the docs tend to be very well written.