One really useful feature of Objective-C is the ability to extend an existing class without the need to sub-class via inheritance. This means that existing
Tag: Categories
Moving Core Data to the Singleton
[UPDATE:] You might like to read Revisiting the Singleton to see how my opinion has changed on this. Now we’ve established the principle of using