Where to place the “Core Data Stack” in a Cocoa/Cocoa Touch application
Summary: There is no need to create a singleton to manage the Core Data stack; indeed doing so is likely to be counter-productive. The Core Data stack happens to be created by the application delegate. Importantly, however, as all the examples show, the stack (principally the managed object context) is not retrieved directly from the … Read more