Contents

recognized

The gesture recognizer has received a multitouch sequence that it recognizes as its gesture.

Declaration

static var recognized: UIGestureRecognizer.State { get }

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