Learn-iOS-Swift-by-Examples/CoreDataBooks/Classes
Liu Lantao 6196905afd
CoreDataBooks: Version 1.5, 2014-05-08
Fixed NSUndoManager allocation bug.

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.

Signed-off-by: Liu Lantao <liulantao@gmail.com>
2018-02-13 11:13:27 +08:00
..
AddViewController.h CoreDataBooks: Version 1.5, 2014-05-08 2018-02-13 11:13:27 +08:00
AddViewController.m CoreDataBooks: Version 1.5, 2014-05-08 2018-02-13 11:13:27 +08:00
Book.h CoreDataBooks: Version 1.5, 2014-05-08 2018-02-13 11:13:27 +08:00
Book.m CoreDataBooks: Version 1.5, 2014-05-08 2018-02-13 11:13:27 +08:00
CoreDataBooksAppDelegate.h CoreDataBooks: Version 1.5, 2014-05-08 2018-02-13 11:13:27 +08:00
CoreDataBooksAppDelegate.m CoreDataBooks: Version 1.5, 2014-05-08 2018-02-13 11:13:27 +08:00
DetailViewController.h CoreDataBooks: Version 1.5, 2014-05-08 2018-02-13 11:13:27 +08:00
DetailViewController.m CoreDataBooks: Version 1.5, 2014-05-08 2018-02-13 11:13:27 +08:00
EditingViewController.h CoreDataBooks: Version 1.5, 2014-05-08 2018-02-13 11:13:27 +08:00
EditingViewController.m CoreDataBooks: Version 1.5, 2014-05-08 2018-02-13 11:13:27 +08:00
RootViewController.h CoreDataBooks: Version 1.5, 2014-05-08 2018-02-13 11:13:27 +08:00
RootViewController.m CoreDataBooks: Version 1.5, 2014-05-08 2018-02-13 11:13:27 +08:00