美文网首页
UITextInputMode

UITextInputMode

作者: 我是花老虎 | 来源:发表于2016-07-24 17:45 被阅读39次

An instance of the UITextInputMode class represents the current text-input mode. You can use this object to determine the primary language currently being used for text input.

既表示当前文本输入模式的一个类,可以用它来确定当前输入的语言

  • 确定textfiled的正在输入的语言
myTextField.textInputMode?.primaryLanguage

返回值是一个BCP 47 language code中一个。如"en", "en-US"
BCP47

  • 判断切换输入法
    监听UITextInputCurrentInputModeDidChange通知。

相关文章

网友评论

      本文标题:UITextInputMode

      本文链接:https://www.haomeiwen.com/subject/kjfgjttx.html