Im using the ContactPickerViewController with CNContactPickerDelegate to get the contact numbers
func contactPicker(picker: CNContactPickerViewController,
didSelectContacts contacts: [CNContact])
{...}
but when I try to use the search bar to find a contact , the selection box disappear (also if I click on the relevant cell , the contact remain unselected)
thanks for your help!