What I want to do:
- Present the user with all the contacts on his device that have an email address in the contact.
- Allow the user to select/deselect any number of contacts before hitting “done”.
- Return an array of the email addresses…or an array of dictionaries with all the contact info for the selected contacts.
What I have tried:
ABPeoplePicker but I am not able to get it to work with selecting multiple contacts.
You can return
NOfor this delegate method:This allows the user to select a number of people.