accessibilityRowRange()
Returns the visible range of rows.
Declaration
func accessibilityRowRange() -> NSRangeReturn Value
The visible range of rows.
Discussion
Set the location of the range to the first row containing the cell. Use the length of the range to specify the number of rows that the cell spans. If you do not implement this method, the system assumes an initial index of NSNotFound and a length of 0.