Multi Contact Picker gives you the ability to access your contacts and return CNContact list
MultiContactPicker is available on CocoaPods. Just add the following to your project Podfile:
pod 'MultiContactPicker', :git => 'https://github.com/Radwa5aled/MultiContactPicker.git', :tag => '1.0.2'
- iOS11+
- Swift 4.0
- Single and Multi selection
- Search Contacts
- Show details of Contacts
- Return list of CNContact object
import MultiContactPicker
MultiContactPicker.shared.openContacts(controller:self)
- Add
Privacy - Contacts Usage Description
to Info.plist
MultiContactPicker provides you delegate MultiContactPickerProtocol
for getting the callbacks on the picker
func selectedContacts(cNContact: [CNContact])
MultiContactPicker is available under the MIT license.