views:

34

answers:

2

Hi,

I need to access a "Sort Order" and "Display Order" preferences under Settings -> Mail, Contacts, Calendar.

Is there any example how to do that?

Thank you /Alex

A: 

There is no public API to change this setting.

rpetrich
+1  A: 

From the ABPerson reference, see ABPersonGetSortOrdering() and ABPersonGetCompositeNameFormat(). You'll have to #include <AddressBook/AddressBook.h> and link against AddressBook.framework.

tc.