MultiContactPicker
MultiContactPicker copied to clipboard
Multi Contact Picker is a framework access apple contacts framework and return CNContact list
MultiContactPicker
Multi Contact Picker gives you the ability to access your contacts and return CNContact list
Installation
CocoaPods
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'
Requirements
- iOS11+
- Swift 4.0
Features
- Single and Multi selection
- Search Contacts
- Show details of Contacts
- Return list of CNContact object
Initialization
import MultiContactPicker
MultiContactPicker.shared.openContacts(controller:self)
- Add
Privacy - Contacts Usage Description
to Info.plist
Delegates
MultiContactPicker provides you delegate MultiContactPickerProtocol
for getting the callbacks on the picker
func selectedContacts(cNContact: [CNContact])
License
MultiContactPicker is available under the MIT license.