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
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
Chapter 2. Creating an iOS application
2.1. Source code files
2.2. Adding a button to your app
2.3. Connecting your button to an action
2.4. Connecting your label as an outlet
2.5. Implementing your button action
2.6. Delegation
2.7. Summary
2. Putting iOS into practice
Chapter 3. Using view controllers and images in PicDecor
3.1. UI design concepts
3.1.1. Building blocks that can be customized
3.1.2. Product definition statement
3.1.3. Thinking outside the box
3.1.4. Think Apple
3.2. Creating view controllers and other widgets
Technique 1 Designing a view controller with IB
Technique 2 Adding an ImageView and toolbar to a view
Technique 3 Adding buttons to a view
3.3. Developing actions and outlets
Technique 4 Declaring actions and outlets in Xcode
Technique 5 Connecting actions and outlets to code
3.4. Using the camera/photo album
Technique 6 Adding camera/photo album access
Technique 7 Presenting a view controller modally
Technique 8 Dismissing a modally displayed view controller
3.5. Displaying and handling images
3.5.1. Interact with the process as it goes
Technique 9 Displaying selected images