Chapter 1. Getting started with iOS development
Figure 1.1. Xcode in the App Store
Figure 1.2. Navigator in Xcode
Figure 1.3. Utilities in Xcode for HWViewController.m
Figure 1.4. Xcode Editor with HWViewController.m selected
Figure 1.5. Debug view and console during Hello World execution
Figure 1.6. Xcode toolbar at the top of the window
Figure 1.7. Xcode Organizer displaying framework documentation
Figure 1.8. Create a new project with Xcode.
Figure 1.9. Single View Application template for new project
Figure 1.10. Xcode options for a new project
Figure 1.11. Specify the location of a new project.
Figure 1.12. Xcode Target summary for new project
Figure 1.13. Xcode scheme selected as an iPhone Simulator
Figure 1.14. Storyboard file displayed in the Editor
Figure 1.15. Utilities displayed for Storyboard file
Figure 1.16. Adding a label to the project UI
Figure 1.17. Hello World app running in iOS Simulator
Chapter 2. Creating an iOS application
Figure 2.1. Source code files in the Hello World project
Figure 2.2. UIApplicationDelegate definition
Figure 2.3. Storyboard utilities with Round Rect Button selected
Figure 2.4. Adding a Hide button to Hello World
Figure 2.5. Displaying the Assistant for the UI editor
Figure 2.6. Storyboard and HWViewController.h file with Assistant
Figure 2.7. Creating an action for the Hide button using IB
Figure 2.8. Connect your label to an outlet in HWViewController.
Figure 2.9. The Hello World label hidden by tapping the Hide button