Wanting to learn Objective-C/Cocoa for iPhone, Anyone know of any tutorials?
VoidedSky
Member Posts: 1,095
Anyone know of any good sites, books, or Youtube vids that will help me to learn Objective-C/Cocoa?
Thanks!
Thanks!
Comments
Standford University has posted the video recordings of its "iPhone Application Development" class for free to download. I think there are about 18 1 hour or more videos that go into great detail and focus specifically on iPhone development.
This is a great resource; however, you may want to first dive into learning a little bit about C and general programming theory before you jump into Apple's Objective C based Cocoa Touch.
Here is a great resource with lots of info on both C and Objective C. It should really only take you maybe a day or 2 to go through C and likewise Objective C.
http://cocoadevcentral.com/
The most important thing is to understand the general concepts and theories behind programming, which might sound a little crazy, but you will be surprised at how quickly you can pick it up, especially if you have had any experience with GameSalad already.
Hope this helps! Let me know if you have any other questions!
-Kyle
and then all the materials for the whole course are here... http://www.stanford.edu/class/cs106a/
not that I am saying Java is the place to start but these are very good.