-3

How do I display the full addressbook in a table using the UITableview and Addressbook classes?

DrummerB
  • 39,814
  • 12
  • 105
  • 142
  • 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 Answers2

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.

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.

Ramya
  • 168
  • 3
  • 10