---
title: UITableView.ScrollPosition.top
framework: uikit
role: symbol
role_heading: Case
path: uikit/uitableview/scrollposition/top
---

# UITableView.ScrollPosition.top

The table view scrolls the row of interest to the top of the visible table view.

## Declaration

```swift
case top
```

## See Also

### Constants

- [UITableView.ScrollPosition.none](uikit/uitableview/scrollposition/none.md)
- [UITableView.ScrollPosition.middle](uikit/uitableview/scrollposition/middle.md)
- [UITableView.ScrollPosition.bottom](uikit/uitableview/scrollposition/bottom.md)
