Contents

UITouch.Phase.regionExited

A touch for a given event has left a window on the screen.

Declaration

case regionExited

Discussion

The UITouch.Phase.regionEntered, UITouch.Phase.regionMoved, and UITouch.Phase.regionExited phases don’t always align with the state property of a UIHoverGestureRecognizer. States of the hover gesture recognizer only apply within the context of the gesture’s view, whereas the touch states apply within the window.

See Also

Constants