Contents

ABAddressBookCopyArrayOfAllGroups(_:)

Returns an array with all the groups in an address book.

Declaration

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

Parameters

  • addressBook:

    The address book from which to return the groups.

Return Value

An array containing the groups in addressBook.

See Also

Deprecated