Book description
Get Started Fast with Objective-C 2.0 Programming for OS X Mountain Lion, iOS 5.1, and Beyond
Fully updated for Xcode 4.4, Learning Objective-C 2.0, Second Edition, is today’s most useful beginner’s guide to Objective-C 2.0. One step at a time, it will help you master the newest version of Objective-C 2.0 and start writing high-quality programs for OS X 10.8 Mountain Lion, iOS 5.1, and all of Apple’s newest computers and devices.
Top OS X and iOS developer Robert Clair first reviews the essential object and C concepts that every Objective-C 2.0 developer needs to know. Next, he introduces the basics of the Objective-C 2.0 language itself, walking through code examples one line at a time and explaining what’s happening behind the scenes.
This revised edition thoroughly introduces Apple’s new Automated Reference Counting (ARC), while also teaching conventional memory-management techniques that remain indispensable. Carefully building on what you’ve already learned, Clair progresses to increasingly sophisticated techniques in areas ranging from frameworks to security. Every topic has been carefully chosen for its value in real-world, day-to-day programming, and many topics are supported by hands-on practice exercises.
Coverage includes
· Reviewing key C techniques and concepts, from program structure and formats to variables and scope
· Understanding how objects and classes are applied in Objective-C 2.0
· Writing your first Objective-C program with Xcode 4.4
· Using messaging to efficiently perform tasks with objects
· Getting started with Apple’s powerful frameworks and foundation classes
· Using Objective-C control structures, including Fast Enumeration and exception handling
· Adding methods to classes without subclassing
· Using declared properties to save time and simplify your code
· Mastering ARC and conventional memory management, and knowing when to use each
· Using Blocks to prepare for concurrency with Apple’s Grand Central Dispatch
· Leveraging Xcode 4.4 improvements to enums and @implementation
Table of contents
- Title Page
- Copyright Page
- Praise for the First Edition of Learning Objective-C 2.0
- Dedication Page
- Contents at a Glance
- Contents
- Preface
- Acknowledgments
- About the Author
- Part I: Introduction to Objective-C
-
Part II: Language Basics
- 5. Messaging
- 6. Classes and Objects
- 7. The Class Object
- 8. Frameworks
- 9. Common Foundation Classes
- 10. Control Structures in Objective-C
- 11. Categories, Extensions, and Security
-
12. Properties
- Accessing Instance Variables Outside of an Object (Don’t Do It)
- Declaring and Implementing Accessors
- Accessors Using Properties
- Synthesized Instance Variables
- @synthesize by Default
- Synthesis Summary
- Private Properties
- The @property Statement
- More about @dynamic
- Properties without Instance Variables
- Properties and Memory Management
- A Look Ahead at Automatic Reference Counting (ARC)
- Subclassing and Properties
- Hidden Setters for readonly Properties
- Properties as Documentation
- Dot Syntax
- Summary
- Exercises
- 13. Protocols
- Part III: Advanced Concepts
- Part IV: Appendices
- Index
- Footnotes
Product information
- Title: Learning Objective-C 2.0: A Hands-on Guide to Objective-C for Mac and iOS Developers, Second Edition
- Author(s):
- Release date: November 2012
- Publisher(s): Addison-Wesley Professional
- ISBN: 9780133047462
You might also like
book
Tidy First?
Messy code is a nuisance. "Tidying" code, to make it more readable, requires breaking it up …
book
Hands-On Large Language Models
AI has acquired startling new language capabilities in just the past few years. Driven by the …
book
Deciphering Data Architectures
Data fabric, data lakehouse, and data mesh have recently appeared as viable alternatives to the modern …
book
Building Microservices, 2nd Edition
As organizations shift from monolithic applications to smaller, self-contained microservices, distributed systems have become more fine-grained. …