I do not want edit contact of address book
I am able to add contact to address book now after adding i see details of contact.I do not want edit button to edit contact. (i want it in开发者_如何学运维 only read mode). and also do't want use ABUnknownPersonViewController. How can i do this? Please help me.
Thanks, Vilas979
The Quick Contacts sample code from the Apple documents library provides a good idea how to use ABUnknownPersonViewController. Specifically, look for QuickContactsViewController.m and the pragma mark Add data to an existing person
精彩评论