0
有沒有什麼方法可以像添加文本一樣添加圖像?我使用的是:爲自定義鍵盤添加圖像(swift)
var proxy = textDocumentProxy as! UITextInput
proxy.insertText("hello world")
有沒有什麼方法可以像添加文本一樣添加圖像?我使用的是:爲自定義鍵盤添加圖像(swift)
var proxy = textDocumentProxy as! UITextInput
proxy.insertText("hello world")
簡短的回答是,這是不可能。 UITextInput和UIKeyInput都不提供這樣的功能。