Programming for the iPhone
Just recently I started programming for the iPhone. It's awkward at first being objective C, but after only I few hours I've come to love the iPhone SDK (xckode, the simulator, Interface Builder) and it's documentation.
For starters, register on Iphone Dev Center and download and install the SDK. Read the objective c primer and at least fast-read through iPhone development guide. Then the fun starts - making your own application.
The absolute best resource for this (IMO) is icodeblog.com (Iphone Programming Tutorial) There you will find step-by-step tutorials on both how to get you started as well as how to use the different components
For starters, register on Iphone Dev Center and download and install the SDK. Read the objective c primer and at least fast-read through iPhone development guide. Then the fun starts - making your own application.
The absolute best resource for this (IMO) is icodeblog.com (Iphone Programming Tutorial) There you will find step-by-step tutorials on both how to get you started as well as how to use the different components

Leave a comment