Beginning ARC in iOS 5 Tutorial Part 2 - Ray Wenderlich
the setter will take care of releasing the old value (if any) and properly retaining the new value. Developers have been using properties as a way of having to think less about when you need to retain and when you need to release. But now with ARC you don...