LoginSignup
3
4

More than 5 years have passed since last update.

xcodeでエミュレータの日本語キーボード切り替え

Last updated at Posted at 2015-06-30

エミュレータで日本語キーボードが表示できなかったので、設定の仕方。

まず、iOSシミュレータでキーボードが表示されていることを確認します。もし、されていない場合は、iOS Simulator -> Hardware -> Keyboardにある「Connect Hardware Keyboard」のチェックを外します。

あとは、xcodeで言語切り替え。

  1. Info.plistのLocalizationsに日本語を追加
    Screen Shot 2015-06-30 at 19.17.08.png

  2. EditSchemeを選択
    Screen Shot 2015-06-30 at 19.16.35.png

  3. Run -> Option -> Application LanguageからJapaneseを追加
    Screen Shot 2015-06-30 at 19.36.05.png

3
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
4