deleting a contact from address book using personViewController
问题 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 i OS 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