#9 - Automatic Reference Counting

Published: March 29, 2012, 10 a.m.

In this episode, I'll show you how to convert your project to use Automatic Reference Counting (or ARC) to eliminate the need to use retain, release, autorelease, and dealloc in your Objective-C code!