How to Insert NSAttributedString using custom keyboard extension?
I want to write text in some custom fonts using keyboard Extension as these apps ( 1 , 2 , 3 , 4 ) are doing. I know how we can insert normal string in document proxy. [self.textDocumentProxy insertText:mystring]; I have tried to insert NSAttributedString using above approach but I can't see any way to insert NSAttributedString to document proxy. Some one can guide what will the best way to get rid of this issue? any suggestion will be appreciated. It is not possible to insert attributed strings (or otherwise rich content) using the text document proxy. The keyboards you have linked are not