开发者

how to insert addressbook contacts in tableview

开发者 https://www.devze.com 2022-12-10 22:12 出处:网络
How do I insert addressbook contacts into a tableview? i got stuck with this. Please help me find ou开发者_StackOverflow中文版t guys.Your question is rather vague, I pressume you want to make an appli

How do I insert addressbook contacts into a tableview? i got stuck with this. Please help me find ou开发者_StackOverflow中文版t guys.


Your question is rather vague, I pressume you want to make an application which interacts with the contacts on the iPhone? If that is the case, there is an Address Book UI framework available to help you develop applications which interact with the native iPhone address book.

Have a look at the Address Book Programming Guide for iPhone OS: http://developer.apple.com/iphone/library/documentation/ContactData/Conceptual/AddressBookProgrammingGuideforiPhone/100-Introduction/Introduction.html

The Programming Guide also includes guides on how to access the contacts in the address book directly. There are also several UI controlles available to help you pick a contact for instance.

Once you've got access to the contacts, have a look at the Table View Programming Guide for iPhone OS on how to display data in a table. http://developer.apple.com/iphone/library/documentation/UserExperience/Conceptual/TableView_iPhone/Introduction/Introduction.html

I hope this gets you started.

0

精彩评论

暂无评论...
验证码 换一张
取 消