CoreDataBooks
| Last Revision: | Version 2, 2012-04-04 Updated to use ARC and storyboard. Uses a child managed object context instead of a peer context. The editing view controller determines for itself whether the attribute is a date. (Full Revision History) |
| Build Requirements: | iOS 5.1 |
| Runtime Requirements: | iOS 5.1 or later |
This sample illustrates a number of aspects of working with the Core Data framework with an iPhone 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.
© 2012 Apple Inc. All Rights Reserved. (Last updated: 2012-04-04)