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

# UITableView.ScrollPosition.middle

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

## Declaration

```swift
case middle
```

## See Also

### Constants

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