Copyright
Brief Table of Contents
Table of Contents
Preface
Acknowledgments
About this Book
About the Author
About the Cover Illustration
1. Introducing Xcode and Swift
Chapter 1. Your first iOS application
1.1. Exploring iOS SDK
1.2. Creating an Xcode project
1.2.1. Templates
1.2.2. Project options
1.3. Exploring the Xcode interface
1.3.1. Toolbar area
1.3.2. Utility area
1.3.3. Navigator area
1.3.4. Editor area
1.3.5. Debug area
1.4. Editing your app’s interface
1.4.1. Storyboards and nibs
1.4.2. View controllers and views
1.4.3. Interface Builder
1.4.4. Object Library
1.4.5. Document Outline
1.4.6. Inspectors
1.5. Running your app
1.5.1. Running your app on a device
1.5.2. Running your app in the simulator
1.5.3. Running your app
1.5.4. Simulator features
1.6. Peeking at a completed app
1.6.1. Checking out a repository in Xcode
1.6.2. Peeking at the completed app’s storyboard