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