What are the recommended online or offline resources for Objective-C and Cocoa programming?
My online resources:
- O’Reilly. Some useful articles and examples, but has not been updated for quite a while.
- Learning Objective-C. This seems like a good resource so far.
- Late Night Cocoa Podcast. I recently discovered this one, starting on episode 1.
My offline resources:
- None, I have no books on my shelf.
Solution:
Alright, let’s start with the obvious Apple resources:
The Objective-C Programming Language
Introduction to Cocoa Application Tutorial
For books, these two are generally considered must-haves:
Programming in Objective-C by Stephen Kochan
Cocoa Programming for Mac OS X by Aaron Hillegass
Programming in Objective-C was last updated in November 2011 and covers Objective-C 2.0 topics. The 4th edition of Cocoa Programming for Mac OS X was also released in November 2011.