Contents

ABAddressBookCopyArrayOfAllPeopleInSource(_:_:)

Returns an array of all person records from a particular source.

Declaration

func ABAddressBookCopyArrayOfAllPeopleInSource(_ addressBook: ABAddressBook!, _ source: ABRecord!) -> Unmanaged<CFArray>!

Parameters

  • addressBook:

    The address book whose records are being returned.

  • source:

    The source whose records are being returned.

Return Value

An array of all person records from a particular source.

See Also

Deprecated