vote up -1 vote down star

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

flag
Add some more details or your question will be closed. count down begins.. oops, there are already 2 close votes – Amarghosh Nov 6 at 9:45

2 Answers

vote up 3 vote down

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.

link|flag
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 6 at 9:52
but i dont want to pick any particular property.... can u please tell me how to give addressbook as sourcecode.... – rohithkumar Nov 6 at 9:58
Agreed with Amarghosh: +1 for question interpretation skills... – mavnn Nov 6 at 10:12
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 6 at 14:53
vote up 0 vote down

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

link|flag
objective c.....for iphone application.... – rohithkumar Nov 6 at 9:59

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.