iPhone Developer
iPhone Developer

Reputation: 43

How to edit/modify contacts of address book using iphone sdk?

I have read contacts from Address Book and display the list of contacts. By clicking any contact user can view its whole details, and all is working fine. Now i want to give "Edit" functionality to my users, i do not get the way to do it? Plz help via coding example? Here is some more detail: i have 3 buttons, one to show contacts, second to edit and third named "save" to save edited changes against that contact.

Bundle of Thanks

Upvotes: 0

Views: 7264

Answers (1)

Rahul Vyas
Rahul Vyas

Reputation: 28720

Read addressbook programming guide. Here is a tutorial to get the address book contacts

http://iphone.zcentric.com/2008/09/19/access-the-address-book/

here is a sample on apple site see if it works for you

https://developer.apple.com/library/ios/#samplecode/QuickContacts/Introduction/Intro.html#//apple_ref/doc/uid/DTS40009475

Upvotes: 4

Related Questions