Contents

ABCopyArrayOfAllGroups(_:)

Returns an array of all the groups in the Address Book database.

Declaration

func ABCopyArrayOfAllGroups(_ addressBook: ABAddressBookRef!) -> Unmanaged<CFArray>!

Parameters

  • addressBook:

    The address book for the logged-in user.

Return Value

An array of ABGroup objects representing all the groups in the Address Book database. If the database doesn’t contain any groups, the function returns an empty array. You are responsible for releasing this object.

See Also

Groups