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:
Double-click on the mainwindow xib file (somehow equivalent to designer.cs in Visual C#) in resources folder:
Read more: Learn IPhone SDK
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:
Double-click on the mainwindow xib file (somehow equivalent to designer.cs in Visual C#) in resources folder:
Read more: Learn IPhone SDK