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

that is caused by "setFont" function on THContactPickerView. that trigger sizeToFit on TextView

I would like to do some thing like this below, could any one help me out in acheving it. - (void)contactPickerTextViewDidChange:(NSString *)textViewText { [self.contactPickerView becomeFirstResponder]; NSString *sql; if ([textViewText isEqualToString:@""]){...