Contents

data(with:)

Returns the vCard representation of the specified contacts.

Declaration

class func data(with contacts: [CNContact]) throws -> Data

Parameters

  • contacts:

    An array of contacts.

Return Value

An NSData object with the vCard representation of the contact.

Discussion