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
Take a look at ABPersonViewController+Delete category which does not use any private methods:
https://github.com/shrtlist/ABDelete