how to display iphone addressbook in indexed table view
问题 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 回答1: I believe ABPeoplePickerNavigationController has this alphabet index by default. You probably just