Learning Objective-C 2.0: A Hands-on Guide to Objective-C for Mac and iOS Developers, Second Edition
by Robert Clair
Part III: Advanced Concepts
The first four chapters in Part III cover Objective-C memory management in detail. Chapter 14 is an overview of Objective-C memory management. Chapter 15 covers manual reference counting. Manual reference counting is a memory management system that keeps a count of the number of places an object is used. It requires the programmer to explicitly code various memory management methods. Chapter 16 covers Automatic Reference Counting (ARC). ARC automates the reference counting system described in Chapter 15.
Chapter 17 covers Objective-C 2.0’s blocks feature, which is a central part of Apple’s Grand Central Dispatch concurrency mechanism.
Chapter 18 covers a few recently introduced items that seemed not to fit anywhere ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access