0

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

Marco
  • 6,692
  • 2
  • 27
  • 38
Ketan Shinde
  • 1,847
  • 4
  • 18
  • 38

1 Answers1

0

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

https://github.com/shrtlist/ABDelete

Marco
  • 6,692
  • 2
  • 27
  • 38