简体   繁体   中英

Impose specific input method

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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM