Migrating your code to Objective-C ARC | MKBlog
Recently, Apple introduced several new developer stuff including Xcode 4, ARC, LLVM Compiler 3.0 and iOS 5. From some of the questions on Stack overflow, I ... When you create an autoreleased object, like in the second block of code, ARC compiler is cleve...