Search code examples
ios4

how to access and save all data in iphone contacts


i need to save all the data in contacts like (phone no and mailID).my requirement is when click on contact name that contact data will be stored into database.


Solution

  • Take a look at Address Book and Address Book UI frameworks. You can either use the UI components directly which will take care of most things or directly access the address book and provide your own UI.