state
The current state of the gesture recognizer.
Declaration
var state: WKGestureRecognizerState { get }Discussion
As the gesture recognizer processes touch events, it updates the value of this property. Some states apply only to gestures that comprise a continuous sequences of touch events that must be tracked over time, such as pan gestures.