toolTip(for:)
Returns the tooltip for the specified cell.
Declaration
func toolTip(for cell: NSCell) -> String?Parameters
- cell:
The cell for which to return the tooltip.
Return Value
The string used as the cell’s tooltip.
Returns the tooltip for the specified cell.
func toolTip(for cell: NSCell) -> String?The cell for which to return the tooltip.
The string used as the cell’s tooltip.