Contents

accessibilityIndex

The index of the row or column that the accessibility element represents.

Declaration

@property NSInteger accessibilityIndex;

Discussion

Use this property for any element that can be accessed through an index: cells, rows, columns, and so forth.

See Also

Configuring table and outline views