0

In my country user use other IME keyboard, and i want to know whether app use system keyboard.

I try to use UITextInputMode.activeInputModes(), but this method has a bug. See UITextInputMode.activeInputModes() crashes in Swift 2

Community
  • 1
  • 1
aotian16
  • 767
  • 1
  • 10
  • 21
  • Using the workaround to get the active input modes, could you share the results with the various keyboards you want to test? – Molanda Sep 23 '15 at 02:23
  • @Molanda Thanks for comment. I try to get keyboard with `UIApplication.sharedApplication().delegate?.window!!.textInputMode`. Come from [here](http://stackoverflow.com/questions/22614489/uitextinputmode-currentinputmode-is-deprecated-suggested-replacement) – aotian16 Sep 23 '15 at 06:31

0 Answers0