Wanting to learn Objective-C/Cocoa for iPhone, Anyone know of any tutorials?

VoidedSkyVoidedSky Member Posts: 1,095
edited November -1 in Introductions
Anyone know of any good sites, books, or Youtube vids that will help me to learn Objective-C/Cocoa?
Thanks!

Comments

  • StusAppsStusApps Member, PRO Posts: 1,352
    I found http://mycodeteacher.com very good
  • iPhoneDevForMeiPhoneDevForMe Member Posts: 362
    Check out itunesU on iTunes.

    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
  • VoidedSkyVoidedSky Member Posts: 1,095
    Thanks guys!
  • Rob2Rob2 Member Posts: 2,402
    You really need to start by learning the basics of objects...look at learning something like java first. This link that fmg posted is fantastic http://freevideolectures.com/Course/2258/Computer-Science-I-Programming-Methodology

    and then all the materials for the whole course are here... http://www.stanford.edu/class/cs106a/
  • robzrobz Member Posts: 50
    If you are new to programming I suggest learning Java from here http://www.javavideotutes.com/
    not that I am saying Java is the place to start but these are very good.
  • VoidedSkyVoidedSky Member Posts: 1,095
    Thanks guys, all very useful!
Sign In or Register to comment.