Table of Contenes(Summary)
Intro
Getting Started: Going mobile
iPhone App Patterns: Hello @twitter
Objective-C for the iPhone: Twitter needs variety
Multiple Views: A table with a view
plists and Modal Views: Refining your app
Saving, Editing, and Sorting Data: Everyone's an editor...
Tab Bars and Core Data: Enterprise apps
Migrating and Optimizing with Core Data: Things are changing
Camera, Map Kit, and Core Location: Proof in the real world
Leftovers: The top 6 things (we didn't cover)
Preparing Your App for Distribution: Get ready for the App Store
Table of Contents (the real thing)
Intro
Who is this book for?
We know what you're thinking
Metacognition: thinking about thinking
Here's what YOU can do to bend your brain into submission
Read me
The technical review team
Acknowledgments
getting started
Going mobile
The iPhone changed everything.
There's a lot of buzz and a lot of money tied up in the App Store...
Mobile applications aren't just ported desktop apps
Anatomy of an iPhone app
Mike can't make a decision
Make a good first impression
It all starts with the iPhone SDK
Xcode includes app templates to help you get started
Xcode is the hub of your iPhone project...
...and plays a role in every part of writing your app
Build your interface using... Interface Builder
Add the button to your view
The iPhone Simulator lets you test your app on your Mac
What happened?
Use Interface Builder to connect UI controls to code
Interface Builder lists which events a component can trigger
Elements dispatch events when things happen to them
Connect your events to methods
Your iPhone Toolbox
……