有什么方法可以像添加文本一样添加图像吗?我正在使用:
var proxy = textDocumentProxy as! UITextInput
proxy.insertText("hello world")
简短的回答是这是不可能的。UITextInput 和 UIKeyInput 都不提供这样的功能。