Contents

accessibilityDataTableCellElement(forRow:column:)

Returns the accessibility element for the specified cell.

Declaration

func accessibilityDataTableCellElement(forRow row: Int, column: Int) -> (any UIAccessibilityContainerDataTableCell)?

Parameters

  • row:

    The row of the cell.

  • column:

    The column of the cell.

Return Value

The accessibility element for the cell.