Returns the visible range of rows.
Required.
SDKs
- iOS 11.0+
- Mac Catalyst 13.0+
- tvOS 11.0+
Framework
- UIKit
Declaration
- (NSRange)accessibilityRowRange;
Return 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 NSNot
and a length of 0
.