Contents

updateCell(_:)

Marks the specified cell as in need of redrawing.

Declaration

func updateCell(_ cell: NSCell)

Parameters

  • cell:

    The cell to redraw.

Discussion

If the cell currently has the focus, this method updates the cell’s focus ring; otherwise, the entire cell is marked as needing redisplay. The cell is redrawn during the next update cycle.

See Also

Deprecated Methods