Upvote:2

Aprove answer

I've implemented my own picker with tokenizing text field and contacts picker. Have a look and feel free to use & extend.

https://github.com/eaigner/COPeoplePickerViewController

Upvote:0

If you just want to pick some people from the address book, then that's what he ABPeoplePickerNavigationController is for.

More Answer related to the Same Query

Upvote:0

Have you looked at ABPeoplePickerNavigationController? This is for browsing the address book.

http://developer.apple.com/library/ios/DOCUMENTATION/AddressBookUI/Reference/ABPeoplePickerNavigationController_Class/Reference/Reference.html


Credit Goes to: stackoverflow.com

Related question with same questions but different answers