tags:

views:

76

answers:

1

I want to import data frome the iphone address book to my applciation. Can you give me any reference sample code?

+1  A: 

(There is no UIAddressBook.)

To get data from the address book, use the AddressBook.framework. See the Address Book Programming Guide for iPhone OS for a tutorial.

KennyTM