Setting the iPhone keyboard language

前端 未结 7 1969
爱一瞬间的悲伤
爱一瞬间的悲伤 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:03

    In answer to the the question about English keyboard - Apple did design for that - you can use the ASCII keyboard - which you can choose with: UIKeyboardTypeASCIICapable.

提交回复
热议问题