THContactPicker icon indicating copy to clipboard operation
THContactPicker copied to clipboard

An iOS view used for selecting contacts. This view is inspired by the contact selection in the iOS Mail and Messages apps

Results 22 THContactPicker issues
Sort by recently updated
recently updated
newest added

If you made this into a React Native package I'd gladly pay a bug bounty.

Hey! I really like this library and so far it works like a charm. However, I'm experiencing some unwanted behaviour with iOS 8 / Swift. Deletion of objects in the...

i receive this error while running on above iPhone 6 and 6 plus with iOS 9 . > Cannot add the same object twice to ContactPickerView but runs fine on...

make the contact input can scroll horizontal, the demo modify to show this, if accept, revert the demo changes.

// 1. This CNContactPickerViewController (iOS 9 AddressBook API) - (void) contactPicker:(CNContactPickerViewController *)picker didSelectContact:(CNContact *)contact { } // 2. This THContactPicker API - (void)contactPicker:(THContactPickerView *)contactPicker didSelectContact:(id)contact { } The two functions...

Is there a way to prevent calling of the first responder when a contact is selected?