accessibilityCell(forColumn:row:)
Returns the cell at the specified column and row.
Declaration
func accessibilityCell(forColumn column: Int, row: Int) -> Any?Parameters
- column:
The column index.
- row:
The row index.
Return Value
The cell specified by the column and row indexes.
Discussion
This property is required for all elements that function as cell-based tables.