views:

232

answers:

3

HI guys , How do i display the full addressbook in a tableview...using UITableview and Abaddressbook class.......?

A: 

what programming language of your address book are you talking about??

Treby
objective c.....for iphone application....
rohithkumar
this was categorized under [iphone].
Jann
+3  A: 

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
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
but i dont want to pick any particular property....can u please tell me how to give addressbook as sourcecode....
rohithkumar
Agreed with Amarghosh: +1 for question interpretation skills...
mavnn
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
A: 

Hi Rohith,

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.