UITouchPhase Enum

Definition

An enumeration of phases associated with a UITouch.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UITouchPhase
type UITouchPhase = 
Inheritance
UITouchPhase
Attributes

Fields

Began 0

The touch has begun.

Cancelled 4

The touch has been cancelled.

Ended 3

The touch has ended.

Moved 1

The finger has moved.

Stationary 2

The finger is stationary.

Applies to