Register your product to gain access to bonus material or receive a coupon.
The iPhone Programmer’s Road Map: A Guided Tour of the Official SDK starts by introducing the tools (Xcode, SDK, emulator, IB) and basic application concepts you need to assemble and run your first GUI application.¿ It includes a very quick introduction/review of the Object C programming language, but assumes basic knowledge of C and OO programming.
Key idioms and design patterns in an iPhone application will be presented along with coverage of the UIController, MVC, event handler etc. Later chapters cover the standard high level widgets in the iPhone SDK, the events they generate, as well as their standard event listeners. Low level drawing API and touch events will also be covered in addition to iPhone-specific APIs to access mobile. Concise coverage of key data network protocols and data communication libraries and a complete chapter on how to use the Interface Builder to build applications complete this hands-on guide to tapping into the power of the SDK.
1. Introduction
2. First app
3. C to Object-C
4. The Apple Core
5. Standard Controls
6. I'm just drawn that way
7. The iPhone experience
8. Talk to me
9. Interface Builder