For simplicity\'s sake, lets say I am making a stopwatch application for ios5. I have a class called stopwatch, which represents the stopwatch\'s state. This class possesses
You can use Singleton pattern. look here for more info What should my Objective-C singleton look like?