Contents

accessibilityColumnHeaderUIElements()

Returns the column header accessibility elements for the table.

Declaration

optional func accessibilityColumnHeaderUIElements() -> [Any]?

Return Value

The column header element.

Discussion

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

See Also

Supporting Accessibility