Recommended books for Objective C [duplicate]
Possible Duplicate:
How to learn C and Objective-C
I'm looking for recommendations for good books targeting people who are new to Objective C.
"Programming in Objective-C" by Stephen Kochran (I think). It handles the language itself. You can try out all samples on OSX with XCode. It isn't really a book about iDevices Programming, but a book about the language itself. Then again, to learn Objective-C on the Mac, try Aaron Hillegass' "Cocoa Programming for Mac OS X" and for iDevices programming, have a look at pragprog.com they have a ton of really, really good books about iDevices programming and the several topics they can address. I started with Bill Dudneys "iPhone SDK Development" (I also attended one of his classes), teaches you the good stuff from the beginning.
If it's for iOS (iPhonePadPod), do yourself a favor and get iOS Programming: The Big Nerd Ranch Guide. Get other books later when (if) you feel you need them.
精彩评论