Document Revision History

This table describes the changes to Simple Gesture Recognizers.

DateNotes
2013-01-24

Refactored to better adhere to naming conventions and for clarity.

2013-01-04

Minor change to displayGestureForRotationRecognizer to check for gesture end state before performing animation.

2012-12-13

Changed method names of gesture actions.

2012-12-05

Updated to adopt current best practices for Objective-C.

2011-10-12

Updated for to use storyboards and ARC. The gesture recognizers are now created in the storyboard rather than programmatically. The animations use the new block-based API.

2010-04-20

Added localization support; viewDidUnload now releases IBOutlets.

2010-03-23

Updated the project build settings.