UITableView.ScrollPosition
The position in the table view (top, middle, bottom) to scroll a specified row to.
Declaration
enum ScrollPositionOverview
You set the scroll position through a parameter of the selectRow(at:animated:scrollPosition:), scrollToNearestSelectedRow(at:animated:), cellForRow(at:), and indexPathForSelectedRow methods.
Topics
Constants
UITableView.ScrollPosition.noneUITableView.ScrollPosition.topUITableView.ScrollPosition.middleUITableView.ScrollPosition.bottom