ABCopyArrayOfAllPeople(_:)
Returns an array of all the people in the Address Book database.
Declaration
func ABCopyArrayOfAllPeople(_ addressBook: ABAddressBookRef!) -> Unmanaged<CFArray>!Parameters
- addressBook:
The address book for the logged-in user.
Return Value
An array of ABPerson objects representing all the people in the Address Book database. If the database does not contain any people, the function returns an empty array. You are responsible for releasing this object.