SimpleUndo

Last Revision:
Version 1.2, 2013-05-03
Adopted storyboards and ARC.
(Full Revision History)
Build Requirements:
iOS 6.0 SDK or later
Runtime Requirements:
iOS 5.0 or later

The root view controller displays information (title, author, and copyright date) about a book. The user can edit this information by tapping Edit in the navigation bar. When editing starts, the root view controller creates an undo manager to record changes. The undo manager supports up to three levels of undo and redo. When the user taps Done, changes are considered to be committed and the undo manager is disposed of.