Jun 26

Apple released Beta 8 for iPhone SDK and iPhone OS. Along with that, it released iTunes 7.7. They also announced that it’s time to post your application in their repository. Those applications will be processed and posted to the AppStore before they release it to the public. Apple is claiming that this OS version is almost the final version of the OS which will be released to public. Also, all those applications need to be signed by this version.
Continue reading »


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.

  1. Open XCode and Create a new “Cocoa Touch Application”
  2. 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.
  3. Save and Close Interface Builder
  4. Click “Build and Run” from XCode

Download the source: helloworldv2