我通過子類UIInputViewController實現自定義鍵盤。iOS swift自定義鍵盤無法檢測到keyboardType
我想爲emailAddress實現鍵盤。
我的Xcode: - 8.1的iOS:-10.1快捷版: - 3.0
我試圖代碼,找出鍵盤類型
textDocumentProxy.keyboardType?.rawValue
(textDocumentProxy as UIKeyInput).keyboardType?.rawValue
但是,這兩條線送花兒給人給人0,其默認的鍵盤類型。
任何人都可以幫助我。
是[這個問題/答案](http://stackoverflow.com/questions/42130932/ios-how-to-get-the-current-visible-keyboard-type/42131221#42131221)有用的你的情況? –
看到這個http://stackoverflow.com/questions/26579056/ios-8-custom-keyboard-extension-uikeyboardtype –