Jump to content

Looking for beginners guide to Objective-c


3 posts in this topic

Recommended Posts

Hi!

 

I'm new at objective-c, cocoa and iPhone development and have been following some easy tutorials for the interface builder for iPhone applications. My problems seems to be that I'm totally lost in the syntax of objective-c.

 

Hence, I'm looking for a beginners guide to objective-c (2.0).

What datatypes can I use (array, string, int)?

How to write loops and so on, really basic stuff to get me started.

 

Where can I find it?

 

Thanks really much for your help!

Link to comment
Share on other sites

Here are several links that helped me out in learning Objective-C.

 

http://en.wikipedia.org/wiki/Objective-C

 

http://www.cocoadevcentral.com/d/learn_objectivec/

 

http://www.otierney.net/objective-c.html

 

In case, you are not well-grounded in the C programming language, the link below should also help.

 

http://www.cocoadevcentral.com/articles/000081.php

 

And then read the thicker documents and go through the books.

 

Hope this helps,

TN

Link to comment
Share on other sites

 Share

×
×
  • Create New...