Possible Duplicate:
What does your Objective-C singleton look like?
Can anyone explain what is singleton in objective c with an example.
Possible Duplicate:
What does your Objective-C singleton look like?
Can anyone explain what is singleton in objective c with an example.
For the most comprehensive answer on singletons in Objective C look here: What should my Objective-C singleton look like?
It has all been answered before and with several examples.