deleting a contact from address book using personViewController

1.1k views Asked by At

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

There are 1 answers

0
Marco On

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

https://github.com/shrtlist/ABDelete