accessibilityHeaderElements(forColumn:)
Returns the accessibility element for the specified column header.
Declaration
optional func accessibilityHeaderElements(forColumn column: Int) -> [any UIAccessibilityContainerDataTableCell]?Parameters
- column:
The index of the column containing the header.
Return Value
The accessibility elements for the specified column header.