Contents

UITableView.ScrollPosition

The position in the table view (top, middle, bottom) to scroll a specified row to.

Declaration

enum ScrollPosition

Overview

You set the scroll position through a parameter of the selectRow(at:animated:scrollPosition:), scrollToNearestSelectedRow(at:animated:), cellForRow(at:), and indexPathForSelectedRow methods.

Topics

Constants

Initializers

See Also

Scrolling the table view