tags:

views:

20

answers:

1

I want to open detail view of contact and then. i want to save in adress book. please give me a hint.

+1  A: 

Hint 1: Address Book Programming Guide for iPhone OS.

Hint 2: ABPersonViewController.

That is all you need to read and save data from the Apple address book, and present a reasonable UI to display the data. See the QuickContacts sample if you need code examples.

Paul Lynch
Quick contacts is a very nice example. I refered it. I can store contact. and then i display that contact in edit mode. but i want open new contact page with filled detail before saved. Thanks for help. Please help me
Thank you very much. i am able to set all details of contact. and it works fine