Contents

accessibilityRowHeaderUIElements()

Returns the row header accessibility elements for the table.

Declaration

optional func accessibilityRowHeaderUIElements() -> [Any]?

Return Value

The row header elements for the table.

Discussion

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

See Also

Supporting Accessibility