How do I enable the Japanese keyboard on the iPhone simulator?

前端 未结 3 1921
余生分开走
余生分开走 2021-01-20 18:50

I have a UITableview with a UISearchBar, which contain Japanese words, and I want to test if it works to search Japanese words with Japanese keyboard. I can\'t find how to c

3条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-20 19:10

    I think what we really want to do is add an international keyboard, not change the language of the simulator.

    1. Open Simulator
    2. Find Settings. It's an app, not a menu item. Look for the icon with three gears.
    3. Navigate to General > Keyboard > International Keyboards > Add New Keyboard
    4. Now select the international keyboard(s) you'd like to add.
    5. You can access the new keyboard(s) in your app by clicking the button that looks like a globe. enter image description here
    6. Once selected, that keyboard will remain the default until you change it again using the method from step 5.

提交回复
热议问题