scrollToRow(at:)
Scrolls the row at the specified index into view.
Declaration
func scrollToRow(at index: Int)Parameters
- index:
The index of the row to be displayed. Specifying an index less than
0scrolls to the top of the list. Specifying an index greater than the total number of row controllers scrolls to the bottom of the list.