To Kelly Ripa, who brightens my wife’s day, who in turn brightens mine
Copyright
Brief Table of Contents
Table of Contents
Preface
Acknowledgments
About this Book
About the Cover Illustration
1. Getting started
Chapter 1. Getting started with iOS development
Chapter 2. Creating an iOS application
2. Putting iOS into practice
Chapter 3. Using view controllers and images in PicDecor
Chapter 4. Accessing the address book/contacts in Dial4
Chapter 5. MapKit and the camera in WhereIsMyCar
Chapter 6. Settings, audio, and shake detection in TimeDown
Chapter 7. CoreData, iPod access, and playing music—PlayMyLists
Chapter 8. Push notification and in-app purchase—Rock, Paper, Scissors
Chapter 9. GameCenter leaderboards and achievements—Rock, Paper, Scissors
Chapter 10. iTunes API, iPad, and iAd—MusicSearch
Chapter 11. Collection view, social, reminders, and state restoration—MeetSocial
The iOS developer program and app distribution
Index
List of Figures
List of Tables
List of Examples
1.1. The iOS development environment
1.2. Using Xcode
1.2.1. Getting Xcode
1.2.2. Tour of Xcode
1.3. A quick Hello World app
1.3.1. Creating a New Project
1.3.2. Editing the user interface
1.4. Summary
2.1. Source code files
2.2. Adding a button to your app