开发者

Display full Addressbook

开发者 https://www.devze.com 2022-12-10 21:35 出处:网络
How do I display the full addressbook in a table using the UITableview and Addressbook 开发者_运维技巧classes?I\'m going to go right ahead and guess Cocoa/Obj-C and the system Address Book.

How do I display the full addressbook in a table using the UITableview and Addressbook 开发者_运维技巧classes?


I'm going to go right ahead and guess Cocoa/Obj-C and the system Address Book.

I'm also going to assume that you know the basics of setting up an NSTableViewDatasource object.

This page at developer.apple.com should be instructive; on a related note, you probably want to use the people picker provided by the AddressBook.framework.


With the help of below link,i developed the application similar to your query.once go through it.

http://developer.apple.com/iphone/library/samplecode/QuickContacts/Introduction/Intro.html#//apple_ref/doc/uid/DTS40009475-Intro-DontLinkElementID_2

Hope,this might be helpful for you.

Ramya.

0

精彩评论

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