Part 3. Learning SDK fundamentals

Web development is just one way to program for the iPhone. In part 3 of this book we cover the fundamentals of another sort of iPhone development: SDK programming.

The SDK is Apple’s Software Development Kit, an object-oriented set of frameworks that help you write great iPhone programs. Over the next several chapters we’ll introduce all of its basics, starting with how to use Objective-C and the iPhone OS (chapter 10) and how the SDK’s two most important programs, Xcode (chapter 11) and Interface Builder (chapter 12), work. From there we’ll move on to some of the most important concepts in SDK programming, including view controllers (chapters 13 and 15) and events (chapter 14).

The SDK is a large topic, and ...

Get iPhone in Action now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.