Contents

accessibilitySelectedCells()

The currently selected cells for the table.

Declaration

optional func accessibilitySelectedCells() -> [Any]?

Return Value

An array containing the currently selected cells for the table.

Discussion

This method is the getter for the NSAccessibilityProtocol protocol’s accessibilitySelectedCells property. Additionally, your class needs to send a selectedCellsChanged notification whenever the table’s selected cells change.

See Also

Supporting Accessibility