drawGrid(inClipRect:)
Draws the grid lines within the supplied rectangle.
Declaration
func drawGrid(inClipRect clipRect: NSRect)Parameters
- clipRect:
The rectangle in the table view’s coordinate system.
Discussion
Draws the grid lines within clipRect, using the grid color set with gridColor.
Subclasses can override this method to draw grid lines other than the standard ones. This method draws a grid regardless of whether the table view is set to draw one automatically.