views:

37

answers:

1

Hi guys,

Can anyone suggest me how to work with contact importing in Iphone sdk? I mean to import the address book into my application.

Thanks.

+3  A: 

Rather than try to import the contacts, why don't you use the address book.

Have a look at the AddressBook Framework.

Abizern