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

# UITouch.Phase.moved

A touch for a given event has moved over the screen.

## Declaration

```swift
case moved
```

## See Also

### Constants

- [UITouch.Phase.began](uikit/uitouch/phase-swift.enum/began.md)
- [UITouch.Phase.stationary](uikit/uitouch/phase-swift.enum/stationary.md)
- [UITouch.Phase.ended](uikit/uitouch/phase-swift.enum/ended.md)
- [UITouch.Phase.cancelled](uikit/uitouch/phase-swift.enum/cancelled.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)
