0

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

aqavi_paracha
  • 1,131
  • 2
  • 17
  • 38

1 Answers1

3

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?

OgreSwamp
  • 4,602
  • 4
  • 33
  • 54