Contents

UIGestureRecognizer.State.cancelled

The gesture recognizer has received touches resulting in the cancellation of a continuous gesture.

Declaration

case cancelled

Mentioned in

Discussion

The gesture recognizer sends its action message (or messages) at the next cycle of the run loop and resets its state to UIGestureRecognizer.State.possible.

See Also

Constants