Contents

ABAddressBookGetGroupCount(_:)

Returns the number of groups in an address book.

Declaration

func ABAddressBookGetGroupCount(_ addressBook: ABAddressBook!) -> CFIndex

Parameters

  • addressBook:

    The address book whose record count is being returned.

Return Value

The number of groups in addressBook.

See Also

Deprecated