DOSingleton icon indicating copy to clipboard operation
DOSingleton copied to clipboard

Subclassable Objective-C singleton for Mac OSX and iOS

Results 2 DOSingleton issues
Sort by recently updated
recently updated
newest added

test issue

Now you could check if your singleton subclass has already been initialized by checking `isInitialized` before calling `[super init]` because DOSingleton will set this property to YES in its `init`...

enhancement