开发者

How can I programmatically launch Contacts.app on the iPhone

开发者 https://www.devze.com 2023-01-16 07:05 出处:网络
I would like to launc开发者_Go百科h 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

I would like to launc开发者_Go百科h 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.


If you want to add a contact, use ABNewPersonViewController. See Interacting Using UI Controllers for full details on this and the other AB UIViewControllers.

0

精彩评论

暂无评论...
验证码 换一张
取 消