Is it possible to prevent textDocumentProxy from 'splitting' emoji?
问题 I'm currently working on a third party keyboard for iOS and ran into a small annoyance with textDocumentProxy which I hoped y'all might be able to help me with. So I have the two following variables defined which I am printing to the console - selectedContextAfterInput = textDocumentProxy.documentContextAfterInput selectedContextBeforeInput = textDocumentProxy.documentContextBeforeInput print(selectedContextBeforeInput, selectedContextAfterInput) and a UIPanGesture that