Contents

accessibilityVisibleCells()

Returns the visible cells for the table.

Declaration

optional func accessibilityVisibleCells() -> [Any]?

Return Value

An array containing the currently visible cells.

Discussion

This method is the getter for the NSAccessibilityProtocol protocol’s accessibilityVisibleCells property.

See Also

Supporting Accessibility