Contents

UIGestureRecognizer.State.ended

The gesture recognizer has received touches recognized as the end of a continuous gesture.

Declaration

case ended

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