zhxnlai / ZLPeoplePickerViewController

A multilingual replacement for ABPeoplePickerNavigationController (address book picker) that supports UILocalized​Indexed​Collation
MIT License
189 stars 48 forks source link

New delegate ``newPersonViewControllerDidCompleteWithNewPerson:`` #3

Closed king7532 closed 9 years ago

king7532 commented 9 years ago

Added a new ZLPeoplePickerViewController delegate method newPersonViewControllerDidCompleteWithNewPerson: which tells the delegate the ABNewPersonViewController did complete with a new person or NULL

zhxnlai commented 9 years ago

Thank you!