drawCell(atRow:column:)
Displays the cell at the specified row and column.
Declaration
func drawCell(atRow row: Int, column col: Int)Parameters
- row:
The row containing the cell to draw.
- col:
The column containing the cell to draw.
Displays the cell at the specified row and column.
func drawCell(atRow row: Int, column col: Int)The row containing the cell to draw.
The column containing the cell to draw.