DB5 icon indicating copy to clipboard operation
DB5 copied to clipboard

Added singleton support so that no need to create property in application delegate.

Open Janak-Nirmal opened this issue 11 years ago • 2 comments

Janak-Nirmal avatar Jun 29 '13 08:06 Janak-Nirmal

just cloned repo and learning the design of theme loader but adding singleton pattern makes sense.

mikhchi avatar Jun 29 '13 11:06 mikhchi

I don't have an opinion about whether a singleton is necessary or not, but if you do implement the singleton, it might be better to do it using dispatch_once, which seems to be Apple's preferred way.

scompt avatar Oct 27 '13 10:10 scompt