Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

iOS 7 Programming Fundamentals: Objective-C, Xcode, and Cocoa Basics

Posted By: Jeembo
iOS 7 Programming Fundamentals: Objective-C, Xcode, and Cocoa Basics

iOS 7 Programming Fundamentals: Objective-C, Xcode, and Cocoa Basics by Matt Neuburg
English | 2013 | ISBN: 1491945575 | 422 Pages | PDF | 11.3 MB

If you’re 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. You’ll learn object-oriented concepts, understand how to use Apple’s 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, you’ll be ready to tackle the details of iOS app development with author Matt Neuburg’s companion guide Programming iOS 7.

Explore the C language to learn how Objective-C works
Learn how instances are created, and why they’re 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 Cocoa’s use of Objective-C linguistic features
Use Cocoa’s 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