Reputation: 1131
i am writing an iphone application where i am accessing contacts from AddressBook. I've successfully displayed the contacts using ABPeoplePickerNavigationController. Now now i want to do is to display contacts in alphabetically separate sections, and with alphabetic index on right side just like in this image. http://www.isoaxis.com/temp/peoplePicker.png
How should i do that??? Best regards
Upvotes: 0
Views: 742
Reputation: 4692
I believe ABPeoplePickerNavigationController has this alphabet index by default. You probably just don't have enough contacts in the phonebook. Have you tried to increase number of contacts?
Upvotes: 3