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

# UITouch.Phase.stationary

A touch for a given event is pressed down on the screen, but hasn’t moved since the previous event.

## Declaration

```swift
case stationary
```

## 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.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)
