UITouchPhase Enum 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration of phases associated with a UITouch.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UITouchPhasetype UITouchPhase = - Inheritance
- 
				UITouchPhase
- Attributes
Fields
| Name | Value | Description | 
|---|---|---|
| Began | 0 | The touch has begun. | 
| Moved | 1 | The finger has moved. | 
| Stationary | 2 | The finger is stationary. | 
| Ended | 3 | The touch has ended. | 
| Cancelled | 4 | The touch has been cancelled. |