data(with:)
Returns the vCard representation of the specified contacts.
Declaration
class func data(with contacts: [CNContact]) throws -> DataParameters
- contacts:
An array of contacts.
Return Value
An NSData object with the vCard representation of the contact.