Contents

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.

Discussion