Apple iOS Development: Taking Advantage of Automatic Reference Counting



Apple iOS Development: Taking Advantage of Automatic Reference Counting

Apple iOS Development: Taking Advantage of Automatic Reference Counting

Xcode 4.2 introduces a powerful new technology called Automatic Reference Counting. Learn how the new Apple LLVM compiler can take care of memory management for you. Understand how ARC can dramatically simplify your development process by helping you write less code while reducing memory leaks and crashes. Discover how Xcode makes it easy to move your existing projects to ARC.