How do I display the full addressbook in a table using the UITableview and Addressbook classes?
Asked
Active
Viewed 728 times
-3
-
Add some more details or your question will be closed. count down begins.. oops, there are already 2 close votes – Amarghosh Nov 06 '09 at 09:45
2 Answers
3
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.

Williham Totland
- 28,471
- 6
- 52
- 68
-
Lot of assumptions - Even though I don't know anything about cocoa or obj-c, you'll get my upvote if these assumptions turn out to be correct :) – Amarghosh Nov 06 '09 at 09:52
-
but i dont want to pick any particular property.... can u please tell me how to give addressbook as sourcecode.... – rohithkumar Nov 06 '09 at 09:58
-
Williham's right, If you want to show all the address book items, you're better off going with the PeoplePicker view (at least on the Mac, I'm not sure if it's in UIKit). – Abizern Nov 06 '09 at 14:53
0
With the help of below link,i developed the application similar to your query.once go through it.
Hope,this might be helpful for you.
Ramya.

Ramya
- 168
- 3
- 10