CodeAtlas / VeeContactPicker

A replacement of the iOS ABPeoplePickerNavigationController, supporting contacts' images.
MIT License
103 stars 27 forks source link

Selection of mutiple contacts- Need help #2

Closed iSachdeva closed 7 years ago

iSachdeva commented 7 years ago

How to select multiple contacts ?

andreacipriani commented 7 years ago

Hi @iSachdeva, at the moment is not possibile to select multiple contacts, but it might be a feature for the next version!

ticatagdev commented 7 years ago

Any news regarding implementation of this multiple contacts features ? would be very usefull because Apple did not fix the bug yes :(

iSachdeva commented 7 years ago

@ticatagdev You can use this THContactPicker on GitHub

andreacipriani commented 7 years ago

I plan to work on it this weekend, I'll update you ASAP

andreacipriani commented 7 years ago

Hey, as promised I implemented the support for multiple contacts. Could you please try it out? You can either clone the repo - checkout branch v1 and include the files in your project - or include this version of the library in your Podfile: pod 'VeeContactPicker', :git => 'https://github.com/CodeAtlas/VeeContactPicker.git', :branch => 'v1'

Please don't ship your app in prod with this version of the Pod. When is stable I'll do a new release of the Pod.

cc @iSachdeva @ticatagdev

iSachdeva commented 7 years ago

@andreacipriani great, thanks.

andreacipriani commented 7 years ago

v1 has been release with support for selecting multiple contacts