Before you can start writing application for iPhone, you'll need the following things.
-
You'll need to sign up to become a registered iPhone developer at http://developer.apple.com/iphone/. that will allow you to download the iPhone SDK.
-
The free SDK also includes a simulator that will allow you to run most iPhone programs on your Mac.
-
You should be familiar with Objective-C language, If you have not programmed in Objective-C before, here are a few resources to help you get started.
-
http://developer.apple.com/iphone/library/referencelibrary/GettingStarted/Learning_Objective-C_A_Primer/index.html#//apple_ref/doc/uid/TP40007594
-
http://www.otierney.net/objective-c.html
-
http://www.cocoadevcentral.com/d/learn_objectivec/
-
Xcode is a suite of tools for developing software on Mac OS X, developed by Apple.
In Next Article, I will show you the hello world sample for iphone.