My Address book app backs-up all the contacts from iPhone native address book. I want my address book app to sort the contacts by its source name. I tried kABSourceNameProperty & kABSourceTypeProperty, but no luck.
Asked
Active
Viewed 67 times
1 Answers
0
From a ABAddressBookCopyArrayOfAllPeopleInSourceWithSortOrdering
you can get individual ABRecordRef
. Then you can access the kABPersonFirstName
and kABPersonLastNameProperty

0x6d6e
- 153
- 2
- 13