how to display iphone addressbook in indexed table view

半世苍凉 提交于 2019-12-12 00:37:03

问题


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 don't have enough contacts in the phonebook. Have you tried to increase number of contacts?



来源:https://stackoverflow.com/questions/4790839/how-to-display-iphone-addressbook-in-indexed-table-view

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!