2017-08-03 90 views
0

所以我面對我的iOS應用一個怪異的行爲,其中連接到某些UITextFields鍵盤確實顯示切換到另一種語言的選項,而其他不作爲所示以下圖片。鍵盤語言選擇不會的UITextField顯示

圖像的語言選擇的選項: enter image description here

圖片沒有語言選擇的選項: enter image description here

即使它們具有相同的代碼基本上 任何幫助將非常感激。

回答

0

仔細查看UIKeyboardType

在您的代碼:self.textField.keyboardType = UIKeyboardTypeASCIICapable;變化self.textField.keyboardType = UIKeyboardTypeDefault;

或在故事板:

enter image description here