Recently in iPhone Category
The followingsteps convert the standard skeleton into your Hello World project: 1. Remove classes. Select the Classes folder in the Groups & Files column on the left and press Delete.Xcode asks you to confirm.Click Also Move to Trash. 2. Remove the .xib file. You won't want to use it for this project. 3. Remove two lines from the Info.plist file. These are the lines with the NSMainNibFilekey and the line that immediately follows after,the MainWindow string. 4. Add an Images folder. Right-click Hello World in the Groups & Files column and choose Add,New Group.Name the new folder Pictures. 5. Add images to the project. Drag the three images from the Chapter One proj- ect folder provided with this book onto the Pictures folder:Icon.png,Default.png, and helloworld.png.Check Copy Items into Destination Group's Folder (if needed) and click Add.


