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

You need update placeHolder frame when call layoutSubviews,

This pull requests corrects the spelling of **CocoaPods** 🤓 https://github.com/CocoaPods/shared_resources/tree/master/media One day I’ll make a bot that looks through the READMEs of all Pods, looks to see if it uses...

Extended the existing methods to allow specifying the key - and updated the existing methods to use the existing functionality.

Hi, when I added the contactPicker to my view on iPad, it seems that the scroll content height is too big and the textview does'nt display. I have to tap...

In my project I needed picker to just show contacts and allow to delete them. I had to use following construction: [[(id)picker textField] setEnabled:NO]. Except some minor problems, it worked...

First off, bravo on a wonder, easy to use control! Love it! This is a Feature Request, not a bug, so if you don't want to do it, I understand....

enhancement

A parameter that contains a reference to a sender (an instance of `THContactPickerDelegate`) is missing in all delegate methods. This violates both the best practice for delegate pattern and makes...

Missing a delegate method that would let the delegate know that a contact picker is not first responder any more. Proposed method signature: ``` objc @protocol THContactPickerDelegate - (void)contactPicker:(THContactPickerView *)contactPicker...

this is a very awesome project :)), but I think you need to change the name from ContactPicker to something like TokenPicker, because we can use this not only for...