Open senjaliyavishal opened 8 years ago
It is working. I have already tried that. You can't use self.textView like that. Instead, create your own textfield (no need to be iboutlet, just UITextfield) and make sure delegate is set to your view. After that, add this one. It is super cool.
- (BOOL)textField:(UITextField *)textField shouldChangeCharactersInRange:(NSRange)range replacementString:(NSString *)string {
[self sendText:string]; // actually this one. I write inside that func >> [self.textDocumentProxy insertText:str];
return NO;
}
can u elaborate please?
@khantthulinn can u elaborate please about your answer?
-add CYRKeyboardButton on Custom keyboard extension.