With CNContactPickerViewController in iOS 9.0, how to enable/disable single or multiple selection?
问题 The delegate CNContactPickerDelegate have methods for single and multiple selections. But how do we specify we want single or multiple selection when we present the view controller? I guess I miss something that perhaps also causes the problem I have described in: CNUI ERROR Selection predicates are set but the delegate does not implement contactPicker:didSelectContact: 回答1: You need to implement ONLY the method you need. If you want only one contact, implement: contactPicker:didSelectContact