Jump to content
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!

You should probably read the Objective-C 2.0 Programming Guide for starters. Also, you should grab a book called Cocoa Programming for Mac OS X by Aaron Hillegass - it is a great starter's book. A new edition is coming out which probably covers Obj-C 2.0.

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

×
×
  • Create New...