3

I am trying to select Multiple Users from AddressBook.Is it possible ? As far as i checked. In ABPeoplePickerNavigationController it is possible to select 1 user at a time from AddressBook.Likewise is it possible to pick Multiple Users from AddressBook.

Thanks In Advance.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Grey Code
  • 326
  • 5
  • 19

2 Answers2

1

Here are couple of sample projects that you can use that do exactly what you are looking for

TKContactsMultiPicker for iOS

MultiContactsSelector for iOS

Sam B
  • 27,273
  • 15
  • 84
  • 121
0

Actually, the People Picker delegate has the following:

peoplePickerNavigationController:shouldContinueAfterSelectingPerson:

Which, if you return NO, you can perform logic (queue up info, perform an animation, etc) and then continue displaying the picker until all people are picked from the picker....

Nirav Gadhiya
  • 6,342
  • 2
  • 37
  • 76