How to select multiple entries in the address book using ABPeoplePickerNavigationController

I need to allow the user to select multiple entries from the iPhone address book before proceeding to the next step.

Currently, if I use ABPeopleNavigationController, it allows me to select only one record at a time. Is there a way to allow multiple selections, that is, add a check mark next to all the names that I want to select before clicking the "done" button

+5
source share
1 answer

This is not possible using the standard ABPeopleNavigationController.

UITableView, - . . .

+6

All Articles