contacts(with:)
Returns the contacts from the vCard data.
Declaration
class func contacts(with data: Data) throws -> [CNContact]Parameters
- data:
The vCard data representing one or more contacts.
Return Value
An array of contacts.
Returns the contacts from the vCard data.
class func contacts(with data: Data) throws -> [CNContact]The vCard data representing one or more contacts.
An array of contacts.