Contents

ABAddressBookCopyArrayOfAllGroupsInSource(_:_:)

Returns an array of all groups from a particular source.

Declaration

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

Parameters

  • addressBook:

    The address book whose records are being returned.

  • source:

    The source whose groups are being returned.

Return Value

An array of all groups from a particular source.

See Also

Deprecated