I would like to launch the Contacts.app when the user needs to add a contact. My app already reads from the contact API. I would rather not re-implement functionality if I can avoid it. I am targeting iOS 4.0 and above.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If you want to add a contact, use ABNewPersonViewController. See Interacting Using UI Controllers for full details on this and the other AB UIViewControllers. |
|||
|