Contents

ABMultiValueRemove(_:_:)

Removes the value and label at the given index.

Declaration

func ABMultiValueRemove(_ multiValue: ABMutableMultiValueRef!, _ index: CFIndex) -> Bool

Parameters

  • multiValue:

    The multi-value list you wish to modify.

  • index:

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

Return Value

true ifsuccessfully, false otherwise.

See Also

Multi Values