---
title: UITouch.Phase.cancelled
framework: uikit
role: symbol
role_heading: Case
path: uikit/uitouch/phase-swift.enum/cancelled
---

# UITouch.Phase.cancelled

The system canceled tracking for a touch, for example, when the user moves the device against their face.

## Declaration

```swift
case cancelled
```

## See Also

### Constants

- [UITouch.Phase.began](uikit/uitouch/phase-swift.enum/began.md)
- [UITouch.Phase.moved](uikit/uitouch/phase-swift.enum/moved.md)
- [UITouch.Phase.stationary](uikit/uitouch/phase-swift.enum/stationary.md)
- [UITouch.Phase.ended](uikit/uitouch/phase-swift.enum/ended.md)
- [UITouch.Phase.regionEntered](uikit/uitouch/phase-swift.enum/regionentered.md)
- [UITouch.Phase.regionMoved](uikit/uitouch/phase-swift.enum/regionmoved.md)
- [UITouch.Phase.regionExited](uikit/uitouch/phase-swift.enum/regionexited.md)
