Setting the iPhone keyboard language

前端 未结 7 1943
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-27 20:15

I\'d like the iPhone virtual keyboard to appear pre-set to a particular language (Russian for example) when the user taps a UITextField. Is there a way to do this in Cocoa c

相关标签:
7条回答
  • 2020-11-27 21:08

    There is no problem in 3.1+. I set this for 3.0:

    self.searchBar.keyboardType = UIKeyboardTypeURL;
    

    and language switch button is appeared.

    0 讨论(0)
提交回复
热议问题