Contents

cellAttribute(_:)

Returns the value for the specified cell attribute.

Declaration

func cellAttribute(_ parameter: NSCell.Attribute) -> Int

Parameters

  • parameter:

    The cell attribute whose value you want to get. Attributes include the receiver’s current state and whether it is disabled, editable, or highlighted.

Return Value

The value for the cell attribute specified by aParameter.

See Also

Managing Cell Attributes