Contents

phase

The phase of the touch.

Declaration

var phase: UITouch.Phase { get }

Discussion

The property value is a constant that indicates whether the touch began, moved, ended, or was canceled. For descriptions of the possible values of this property, see UITouch.Phase.

See Also

Getting touch attributes