I've been using Objective-C for about 6 months, and have a good grasp on the basic concepts. What are some resources (websites, PDFs, Books, Blogs, etc) to advance past this level?
A:
I personally use http://cocoadev.com/ on a daily bases. Their Wiki is invaluable to me. Also http://www.macdevcenter.com/ is a good general Mac OS development resource. And finally http://cocoadevcentral.com/ has very niche examples and great beginner tutorials.
+5
A:
http://stackoverflow.com/questions/7571/cocoa-and-objective-c-resources#8064
This is a duplicate question
Josh
2008-09-25 00:55:57
A:
The conceptual documentation at http://developer.apple.com is a good way to learn about the Cocoa APIs and the way they work, and there are some good mini-tutorials from GNUstep on doing particular things: http://www.gnustep.it/nicola/Tutorials/
Graham Lee
2008-09-30 10:52:03