deleting a contact from address book using personViewController

无人久伴 提交于 2020-01-06 04:34:05

问题


I am getting hand over the address book and created it successfully without any option of 'deleting a contact' from address book.

Is there any method to delete contact from address book.

I got help from iOS reference library.

I am using personViewController methods


回答1:


Take a look at ABPersonViewController+Delete category which does not use any private methods:

https://github.com/shrtlist/ABDelete



来源:https://stackoverflow.com/questions/5038840/deleting-a-contact-from-address-book-using-personviewcontroller

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!