[iPhone] Tutorial - Create a Hello World iPhone app
Create a Hello World iPhone app For my first iOS tutorial, I will describe how to create the typical Hello World application for iPhone, which we will build on in future posts. I assume you have an Intel-based Mac with Xcode installed. 1. Launch Xcode and create a new project by clicking the Create A New Xcode Project button on the splash screen ( Figure A ). Or, if you dismissed the splash screen, you can select File | New | Project from the menu. Select Single View Application from the list of templates. Figure A 2. Verify that all of these options are set in the next dialog box ( Figure B ) - if you don’t, you will have problems following this tutorial: Product Name is Hello. Device Family is set to iPhone. Use Storyboards is not selected. Use Automatic Reference Counting is selected. Figure B The project will be created and set up with specific files based on these initial settings. 3. Click Next and pick a location to store the project. Xcode will cre...