IPhone Hello world – Getting started
Today I made my first IPhone app. It was only a Hello World app, but it always feels nice when you try something different. In this case Objective-C for the ios platform. I got my app to open a new view from a button click and change a label to display the current date and time also after a button click.
Some getting started tips.
To get going you need to download the IDE apple provides for ios and osx development: Xcode. Go to the iOS Dev Center, create an apple account. Download and install Xcode and iOS SDK. This website has tons of documentation and also a good Getting started section.
The Hello World app I made was completely programmatic. I used the following guidance:
http://knol.google.com/k/iphone-sdk-helloworld
You can also use the Interface Builder (which comes with Xcode) to create buttons, label and other interface components. To handle the IDE, you need to read to following user guide to understand how this works.
If you want to create your own Hello World, you will want to play arround with buttons and labels. It is wise to understand how views work. Check out the View Programming Guide.
Tags: Hello world, iOS, iphone, objective-c, views, Xcode
This entry was posted on maandag, januari 24th, 2011 at 00:26 and is filed under IT. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

juni 15th, 2011 at 21:43
Thank you for some other informative web site. The place else may I get that kind of info written in such a perfect means? I’ve a undertaking that I am just now operating on, and I’ve been at the look out for such information.
juli 17th, 2011 at 21:53
Dit is echt een heel interessant artikel
juli 19th, 2011 at 20:40
Toegevoegd bij mijn favorieten!