Apr 09
Apple finally came through the easy way for Interface Builder users to create applications. Now the steps are very simple than Beta 2 version of Hello World.
- Open XCode and Create a new “Cocoa Touch Application”

- Open MainWindow.xib by double clicking it. This launches Interface Builder with a blue background window. Design the UI with Label control and set background to something which you like.

- Save and Close Interface Builder
- Click “Build and Run” from XCode

Download the source: helloworldv2
