How to determine if an application uses a non-system IME keyboard in fast

In my country, the user uses a different IME keyboard, and I want to know if the application uses the system keyboard.

I am trying to use UITextInputMode.activeInputModes() , but this method has an error. See Crash UITextInputMode.activeInputModes () in Swift 2

0
source share

Source: https://habr.com/ru/post/1469389/


All Articles