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

# UITouch.Phase.regionExited

A touch for a given event has left a window on the screen.

## Declaration

```swift
case regionExited
```

## 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.regionMoved](uikit/uitouch/phase-swift.enum/regionmoved.md)
