Question

In an application I want to have a text field where the input method always should be handwritten simplified chinese, even though the user probably haven't even activated this input method in the settings.

Is there a way to impose a specific input method? UITextField has a property inputView which can be used for a custom input view, can also existing input methods' views be grabbed and set as inputView?

Was it helpful?

Solution

The answer is that it's not possible, as phix23 wrote in a comment. The only option would be to create my own custom input view.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top