I'd love to learn Cocoa, it seems like the best systems language for Mac OS X.
Can you recommend any useful ways to learn the language? Books, websites, example projects or even classes to take?
I'd love to learn Cocoa, it seems like the best systems language for Mac OS X.
Can you recommend any useful ways to learn the language? Books, websites, example projects or even classes to take?
I have been working on learning Cocoa myself recently and have found Apple's own Cocoa resources to be incredibly helpful.
For example projects I have spent quite a bit of time in the Adium source. Adium is a relatively large project so I am very often able to find examples of whichever concept I am interested in.
The CocoaDev wiki can also be quite useful.
Best books I encountered are those from Apress, in this case : Beginning iPhone 4 Development. Was much clearer to me than those from O'Reilly
Cocoa Programming for Mac OS X is a great book that covers Objective-C and many of the frameworks that make up Cocoa. Most Cocoa programmers I know learned from this book (including myself). The third edition was released recently, so it's fairly up to date. Good luck.