문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top