Joined November 2012
·
Posted to
Your own Objective-C shared object
over 1 year
ago
@alhafoudh It's just simple tip for beginners. If you're looking for magic singleton word, you still have it in tag list, Rest of your comment is… absolutely right. I'll simply correct this tip.
New knowledge is always a good thing. Thanks!
@jeffremer Call it singleton–capable class. I don't think you should treat it so strictly and limit class to a true singleton. Who could come along and instantiate a different instance of your class in your own code?
For beginners tip, i think we can assume using ARC.
I'll correct title and introduction for you. Thanks for comment!