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
通知。
时间: 2024-10-12 00:36:44