tags:

views:

12

answers:

1

hi all,

all i need to do is, when i launch my app,contacts of my iphone should come up.

exaclty same as we see on contact.

any suggestion,how can achieve it.

regards shishir

+1  A: 

Start by reading the Address Book Programming Guide for iPhone. There's a quick start tutorial which should basically point you in the right direction. You'll want to deal with the ABPeoplePickerNavigationController class which will do most of the contact-list work for you.

BoltClock