---
title: NSTextSelectionNavigation.Direction.up
framework: uikit
role: symbol
role_heading: Case
path: uikit/nstextselectionnavigation/direction/up
---

# NSTextSelectionNavigation.Direction.up

The value that represents a selection in the up direction, above the current line.

## Declaration

```swift
case up
```

## See Also

### Navigation directions

- [NSTextSelectionNavigation.Direction.forward](uikit/nstextselectionnavigation/direction/forward.md)
- [NSTextSelectionNavigation.Direction.backward](uikit/nstextselectionnavigation/direction/backward.md)
- [NSTextSelectionNavigation.Direction.left](uikit/nstextselectionnavigation/direction/left.md)
- [NSTextSelectionNavigation.Direction.right](uikit/nstextselectionnavigation/direction/right.md)
- [NSTextSelectionNavigation.Direction.down](uikit/nstextselectionnavigation/direction/down.md)
