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 5de9b84 commit c0124f6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Book Reference:
The iPhone Developer's Cookbook - 2nd Edition (2009)
Building Applications with the iPhone 3.0 SDK

Original Source:
https://github.com/erica/iphone-3.0-cookbook-/tree/master/C19-CoreData/04-Undo%20Support

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.

0 comments on commit c0124f6

Please sign in to comment.