Archive for December, 2011
Objective-C Singleton
Dec 29th
Hello fellows,
Due to many emails I have been received on the last months, I decide to create a single article to explain a little bit about the Singleton classes (also known as Singleton Pattern). I’ll focus here on Objective-C and Cocoa approach, however I’ll talk a little bit generally, so you can take the concept to other languages as well.
Let’s start!
More >
