Contents

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.

See Also

Managing Attributes of Individual Cells