setToolTip(_:for:)
Sets the tooltip for the cell.
Declaration
func setToolTip(_ toolTipString: String?, for cell: NSCell)Parameters
- toolTipString:
The string to use as the cell’s tooltip (or help tag).
- cell:
The cell to which to assign the tooltip.