LoginSignup
15
11

More than 5 years have passed since last update.

【iOS】UITableViewのEditボタンを日本語(編集)に変える方法

Last updated at Posted at 2015-10-21

UITableViewのcellの編集をする際は、Editボタンを押すと編集することができる。
そこで、Editボタンを英語ではなく日本語の編集ボタンにしたくて調べてもなかなか出てこなかったので紹介します。

初期状態では、以下のようにEditボタンは英語だと思います。

01.png

まずはここをクリック!
02.png

TARGETSのプロジェクト名をクリックして、[info]を選択
03.png

[Localization native development region]の値選択をクリック!
04.png

値がenになっていると思いますが、Japanに変更します。
05.png

RunしてEdit編集になっていることを確認
06.png

これで無事、Editを日本語の編集に変更することができましたね。

15
11
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
15
11