Contact list on iPhone without using contact picke

2019-08-24 18:06发布

问题:

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