Hi, I am trying to understand the AddressBook API and I can't figure out how to sort the results.
Suppose I have:
ABAddressBook *addressBook;
NSArray *everyone;
everyone holds all the people in my Address Book. How can I sort it, let's say, by LastName?
Dose the AddressBook API provides ways to sort? I can't seem to find it.
Any hint is greatly appreciated. Thank you.
- F33