O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
To successfully create the Core Data context, persistence store and model, a specific type of coding is required in the didFinishLaunchingWithOptions method of the AppDelegate class.
For instance, t...
Adding Core Data to a new or existing iOS application is fairly easy. There are several steps you must follow, unless you opt to use of the pre defined templates. Otherwise here are the basic steps
1...