Contents

NSGestureRecognizer.State.cancelled

The gesture recognizer received events that resulted in the cancellation of a continuous gesture. It calls its action method at the next cycle of the run loop and resets its state to Possible.

Declaration

case cancelled

See Also

Constants