tags:

views:

35

answers:

3

i am a newbie in iphone application development. whats first ..objective C, Xcode, Cocoa programming, interface builder

+3  A: 

Check out this page.

Raze2dust
Oh my. That's handy! +1 for introducing me to "tag info" pages `:)`
e.James
which one is first ..i need to learn
sunnyfast
+1  A: 

I would say:

  1. C
  2. ObjC
  3. Cocoa with IBuilder

XCode is just and IDE, a tool you will need to use to compile your projects easily.

Looking at Apple's code sample is a good way to start once you know a little bit of C and ObjectiveC.

Pablo Santa Cruz
A: 

I would say do some beginner cocoa tutorials that you can find around the web. Its not going to be fun or make much sense but after a few weeks you'll start to get it and have a good base of knowledge. I would suggest this book. It may say sdk 3 but it was a great book.

happyCoding25