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

# UITableView.ScrollPosition.bottom

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

## Declaration

```swift
case bottom
```

## See Also

### Constants

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