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.
+3
A:
If you want to add a contact, use ABNewPersonViewController. See Interacting Using UI Controllers for full details on this and the other AB UIViewControllers.
Rob Napier
2010-09-17 03:37:11
+1 why launch another app when you can do it for free in the same one?
Dave DeLong
2010-09-17 03:42:58