更新时间:2021-07-16 11:50:14
coverpage
Credits
Application Development in iOS 7
About the Author
About the Reviewers
www.PacktPub.com
Support files eBooks discount offers and more
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. Xcode 5 – A Developer's Ultimate Tool
The new user experience
Top-level documentation
Debugger and debug gauges
Automatic configuration with accounts and capabilities
Source control
Asset catalogs
Quick build device selection
Storyboard previews
Summary
Chapter 2. Foundation Framework – Growing Up
Why Foundation matters
Modules
NSProgress
NSArray
NSTimer
NSData
NSURLUtilities
Chapter 3. Auto Layout 2.0
Why you should use Auto Layout
Creating our project
Starting our storyboard
Setting up button actions
Using Auto Layout
Applying constraints
Resolving Auto Layout issues
Finishing our menu view
Preparing for navigation
Chapter 4. Building Our Application for iOS 7
Designing for iOS 7
Putting together the pieces
Chapter 5. Creating and Saving User Data
Picking up where we left off
The navigation bar style
Adding our button action
Adding buttons to our navigation bar
Adjusting our storyboard view
Adding our delegates
Using a tap gesture
Getting the image from UIImagePickerController
Adding the text field delegate
Saving the data
Chapter 6. Displaying User Data
Custom cell
Adding food
Loading data
Displaying data
Showing the detail view
Coding the detail view
Chapter 7. Manipulating Text with TextKit
What is TextKit?
Dynamic type
Exclusion paths
Adding letterpress
Text formatting
Underlining text
Chapter 8. Adding Physics with UIKit Dynamics
Motion and physics in UIKit
Adding gravity
UIDynamicAnimator
UIGravityBehavior
Behavior properties
Creating boundaries
Collisions
Creating invisible boundaries
Dynamic items
Manipulating item properties
Collision notifications
Attaching items to other items
Snapping items
Using motion in our app
Index