Document Revision History

This table describes the changes to Handling Touches Using Responder Methods and Gesture Recognizers.

DateNotes
2013-05-13

Updated for modern Objective-C; the gesture recognisers are now instantiated in the storyboard.

2012-07-17

Updated project to support Automatic Reference Counting (ARC) and Storyboards.

2011-04-15

Set Base SDK to "Latest iOS (..)" option, and upped the bundle version in Info.plist from 1.12 to 1.13.

2010-07-01

Changed deployment target back to iOS 3.2 and added CFBundleIconFiles in Info.plist.

2010-06-08

Removed build folders.

2018-06-07

Added UIGestureRecognizers. Upgraded for 4.0 SDK.

2009-05-18

Now uses nibs for view creation. Status bar is now displayed on launch with the intended style.

2008-07-02

First public version.