Contents

UIGestureRecognizer.State

Constants that represent the current state a gesture recognizer is in.

Declaration

enum State

Overview

Gesture recognizers recognize a discrete event such as a tap or a swipe but don’t report changes within the gesture. In other words, discrete gestures don’t transition through the Began and Changed states and they can’t fail or be canceled.

Topics

Constants

Initializers

See Also

Getting the recognizer’s state and view