CoreDataBooks

Last Revision:
Version 1.5, 2014-05-08
Fixed NSUndoManager allocation bug.
(Full Revision History)
Build Requirements:
iOS 7.0 SDK or later
Runtime Requirements:
iOS 6.0 or later

This sample illustrates a number of aspects of working with the Core Data framework with an iOS application:

* Use of an instance of NSFetchedResultsController object to manage a collection of objects to be displayed in a table view. * Undo and redo. * Database initialization. * Use of a second (child) managed object context to isolate changes during an add operation.

../Art/Screenshot.png