Contents

ABPersonCreateWithVCardRepresentation(_:)

Returns a new ABPerson object initialized with the given data in vCard format.

Declaration

func ABPersonCreateWithVCardRepresentation(_ vCard: CFData!) -> Unmanaged<ABPersonRef>!

Parameters

  • vCard:

    The data in vCard format to initialize the new ABPerson object with.

Return Value

A new ABPerson object initialized with the given data in vCard format. You are responsible for releasing this object.

See Also

People