Contents

UIGestureRecognizer.State.began

The gesture recognizer has received touch objects recognized as a continuous gesture.

Declaration

case began

Mentioned in

Discussion

The gesture recognizer sends its action message (or messages) at the next cycle of the run loop.

See Also

Constants