Contents

ABAddressBookCopyArrayOfAllSources(_:)

Returns an array of all sources in the address book.

Declaration

func ABAddressBookCopyArrayOfAllSources(_ addressBook: ABAddressBook!) -> Unmanaged<CFArray>!

Parameters

  • addressBook:

    The address book whose source records are being returned.

Return Value

Array containing the source records in addressBook.

See Also

Deprecated