Liknande böcker
iOS 7 Programming Fundamentals : Objective-C, Xcode, and Cocoa Basics
Bok av Matt Neuburg
If youre getting started with iOS development, or want a firmer grasp of the basics, this practical guide provides a clear view of its fundamental building blocks-Objective-C, Xcode, and Cocoa Touch. Youll learn object-oriented concepts, understand how to use Apples development tools, and discover how Cocoa provides the underlying functionality iOS apps need to have. Dozens of example projects are available at GitHub.
Once you master the fundamentals, youll be ready to tackle the details of iOS app development with author Matt Neuburgs companion guide Programming iOS 7.
Explore the C language to learn how Objective-C works Learn how instances are created, and why theyre so important Tour the lifecycle of an Xcode project, from inception to App Store Discover how to build interfaces with nibs and the nib editor Explore Cocoas use of Objective-C linguistic features Use Cocoas event-driven model and major design patterns Learn the role of accessors, key-value coding, and properties Understand the power of ARC-based object memory management Send messages and data between Cocoa objects