iPhone中如何获取当前输入法
?
如题,在iPhone开发中,我们如何获取当前的输入法呢?
使用:[[UITextInputMode currentInputMode] primaryLanguage]
如果是“en-US”那么就是英文状态输入法
如果是“zh-Hans”那么就是中文输入法了