Table View Animations and Gestures

Last Revision:
Version 3.1, 2013-05-13
Fixed constraint error in the section header view.
(Full Revision History)
Build Requirements:
Xcode 4.6 or later, iOS 6 or later.
Runtime Requirements:
iOS 6 or later.

Demonstrates how you can use animated updates to open and close sections of a table view for viewing, where each section represents a play, and each row contains a quotation from the play. It also uses gesture recognizers to respond to user input: * A UITapGestureRecognizer to allow tapping on the section headers to expand the section; * A UIPinchGestureRecognizer to allow dynamic changes to the height of table view rows; and * A UILongPressGestureRecognizer to allow press-and-hold on table view cells to initiate an email of the quotation.


Did this document help you? Yes It's good, but... Not helpful...