The project that I am working on at the moment utilises Core Data for storing data, and that meant that I would need to figure
Tag: CoreData
Adding Convenience Methods to NSFetchedResultsController via Categories
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
Revisiting the Core Data Singleton
Whilst I’m sure the idea of a Singleton for application wide variables is going to be good one, I must say that I’ve revisited this
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