问题
I am working on an iPhone application. Can someone tell me how can I display all my contact list in my mobile without using Contactpicker? How do I display all my contact list in iPhone application?
回答1:
you need to fetch the addressbook contacts and show it into uitableview, see apple addressbook programming guid here
http://developer.apple.com/library/ios/#DOCUMENTATION/ContactData/Conceptual/AddressBookProgrammingGuideforiPhone/Introduction.html
来源:https://stackoverflow.com/questions/10496589/contact-list-on-iphone-without-using-contact-picker