Contents

ABMultiValueReplaceLabel(_:_:_:)

Replaces the label at the given index.

Declaration

func ABMultiValueReplaceLabel(_ multiValue: ABMutableMultiValueRef!, _ label: CFString!, _ index: CFIndex) -> Bool

Parameters

  • multiValue:

    The multi-value list you wish to modify.

  • label:

    The new label at index—it need not be unique. If label is NULL, this function raises an exception.

  • index:

    The index of the entry to be modified. If index is out of bounds, this function raises an exception.

Return Value

true ifsuccessfully, false otherwise.

See Also

Multi Values