As we know, we cannot release any object in an ARC-based project in iOS 5.
So when we want to retain any object for further use at a later stage and don't want ARC to remove the object from memory, then we set the property for the object as "Strong".