for an iPhone project I'm using the ABContactsHelper by Erica Sadun. To show the contacts I wan't to use the same sort order as iOS uses in e.g. AdressBook.app. Is there a possibility to get this information?
I tried:
+ (BOOL) firstNameSorting;
+ (BOOL) lastNameSorting;
from ABContactsHelper class but these always give me first name sorting. Even if I set lastname,firstname in contact setting. Thanks in advance.
Chris