How to get words from quicktype of standard keyboard

I have a custom TextView to edit text using a simple UIKeyInput.

When I select a word from swift type sentences, it sends an empty string to
- (void) insertText:(NSString *)text

How do I get a word from a quick type?

enter image description here

+3


source to share





All Articles