How to create a custom Contact Picker in iOS

1.3k Views Asked by At

I have tried using the CNContactPickerViewController. It works fine when all the contacts need to be displayed or when I need to filter based on standard fields. But, I want to be able to filter based on a custom property. In this case I want to only show contacts that have been validated on the server. I can get the list of contacts that have been validated. How do I filter the CNContactPicker to only show these contacts?

0

There are 0 best solutions below