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

# UITouch.Phase.regionMoved

A touch for the given event is within a window on the screen, but has not yet pressed down.

## Declaration

```swift
case regionMoved
```

## Discussion

Discussion The UITouch.Phase.regionEntered, UITouch.Phase.regionMoved, and UITouch.Phase.regionExited phases don’t always align with the state property of a UIHoverGestureRecognizer. States of the hover gesture recognizer only apply within the context of the gesture’s view, whereas the touch states apply within the window.

## 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.cancelled](uikit/uitouch/phase-swift.enum/cancelled.md)
- [UITouch.Phase.regionEntered](uikit/uitouch/phase-swift.enum/regionentered.md)
- [UITouch.Phase.regionExited](uikit/uitouch/phase-swift.enum/regionexited.md)
