drawRow(_:clipRect:)
Draws the cells for the row at rowIndex in the columns that intersect clipRect.
Declaration
func drawRow(_ row: Int, clipRect: NSRect)Parameters
- row:
The row index.
- clipRect:
The intersecting rectangle.
Discussion
NSCell-based table views can override this method to customize the drawing of the rows.