skip to main | skip to sidebar

Thursday, December 30, 2010

Adding UIButton in the View

0 comments

Here is on how to add a button using the Interface Builder. 1. In Xcode in the Groups & File expand the Interface Builder Files (IB) then double click on the NIB file that defines the view to which view you want to add a button. 2. In IB, select Tools -> Library and drag a UIButton to the view. Resize the button and double click inside to put title "My Button". 3. ...

Tuesday, December 28, 2010

Your First iPhone App - Hello iPhone project

2 comments

Lets start the first tutorial, we are going to create our first project the hello iPhone project. In the first tutorial your going to run your Xcode first and now that the Xcode running, create a new Xcode project. Select File -> New Project... then it launch the New Project Wizard. Select iOS and choose the View-based Application template and hit the choose button. Then ...