You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CNContactPickerPickerViewController allows us to display the contacts in our Address Book. It has single selection and multiple selection modes. These modes are determined based upon which method is conformed to in CNContactPickerDelegate. Multiple selection mode is selected by implementing:
Description
Area:
Contacts
Summary
CNContactPickerPickerViewControllerallows us to display the contacts in our Address Book. It has single selection and multiple selection modes. These modes are determined based upon which method is conformed to inCNContactPickerDelegate. Multiple selection mode is selected by implementing:When in multiple selection mode, searching for a contact and then selecting a result does not call the delegate method.
Steps To Reproduce:
CNContactPickerPickerViewControllerdidSelect contacts: [CNContact]presentthe view controllerExpected Results:
View is dismissed and
didSelect contacts: [CNContact]is calledActual Results:
Nothing happens
Test App Steps To Reproduce:
Configuration:
Xcode 10.1, iOS 12.1, iPhone XS Max
https://openradar.appspot.com/radar?id=5020133273632768
Product Version:
Created: 2018-11-20T19:01:01.753181
Originated: 2018-11-20T00:00:00
Open Radar Link: http://www.openradar.me/46188469