scrollCellToVisible(atRow:column:)
Scrolls the receiver so the specified cell is visible.
Declaration
func scrollCellToVisible(atRow row: Int, column col: Int)Parameters
- row:
The row of the cell to make visible.
- col:
The column of the cell to make visible.
Discussion
This method scrolls if the receiver is in a scrolling view and row and column represent a valid cell within the receiver.