Monday, January 03, 2011

Hello IPhone SDK

In this last installment of the “Hello” series (see Hello Objective C and Hello XCode), we’ll now discover the iPhone SDK with this “Hello Iphone” simple GUI application. Pre-requisite: install the iPhone SDK which is straitforword (see this youtube tutorial). Then step by step:
Create a new Project – as seen already in Hello XCode – and select iPhone Window based application which is the simplest UI template project for the iPhone:
01-new-project-window-based-app-300x264.png

Double-click on the mainwindow xib file (somehow equivalent to designer.cs in Visual C#) in resources folder:
03-Open-Resource-mainwindow-xib-file-300x212.png

Read more: Learn IPhone SDK