How to get words from quicktype of default keyboard

177 Views Asked by At

I have custom TextView to edit text with simple UIKeyInput.

When I select word from quick type suggestions it sends empty string to
- (void) insertText:(NSString *)text

How to get word from quick type?

enter image description here

0

There are 0 best solutions below