Can I select multiple users from the address book?

I am trying to select multiple users from the address book. Is it possible? As far as I checked. In ABPeoplePickerNavigationController you can select 1 user at a time from AddressBook. You can also select multiple users from the address book.

Thanks in advance.

+4
source share
2 answers

Here are some examples of projects you can use that do exactly what you are looking for.

TKContactsMultiPicker for iOS

MultiContactsSelector for iOS

+1
source

Actually, the delegate set of people has the following:

peoplePickerNavigationController:shouldContinueAfterSelectingPerson :

What if you return NO , you can execute the logic (queue information, perform animation, etc.) and then continue displaying the collector until all people are selected from the collector ....

0
source

Source: https://habr.com/ru/post/1489514/


All Articles