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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
“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.