deleting a contact from address book using personV

2019-08-26 20:30发布

问题:

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