Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ghulammustafa committed Dec 8, 2011
1 parent c0124f6 commit bfe70c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ https://github.com/erica/iphone-3.0-cookbook-/tree/master/C19-CoreData/04-Undo%2
Modifications:
The sample application demonstrated how to setup core-data and build a simple to-do application. The application support addition and deletion operations.

The original source was working, but it was not demonstrating the undo and redo operations. The undo manager was configured, but there was no way to test if the undo and redo are working (in other words, the implementation was incomplete). I added a segmented control with undo and redo items, and implemented the basic undo and redo operations. You can now undo/redo add and delete operations.
The original source was working, but it was not demonstrating the undo and redo operations. The undo manager was configured, but there was no way to test if the undo and redo are working (in other words, the implementation was incomplete). I added a segmented control with undo and redo items, and implemented the basic undo and redo operations. You can now undo/redo add and delete operations.

Key Terms:
UITableView, NSFetchedResultsController, NSManagedObjectContext, NSUndoManager, undo, redo, grouping

0 comments on commit bfe70c4

Please sign in to comment.