Contents

ABMultiValueCreateMutable(_:)

Returns a newly created mutable multi-value list object.

Declaration

func ABMultiValueCreateMutable(_ type: ABPropertyType) -> Unmanaged<ABMutableMultiValue>!
func ABMultiValueCreateMutable() -> Unmanaged<ABMutableMultiValueRef>!

Return Value

A newly created ABMutableMultiValueobject. You are responsible for releasing this object.

See Also

Multi Values