1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【Swift】TabbarItem と NavigationItem の名前を連動させる

Last updated at Posted at 2019-06-24

TabbarItemNavigationItemそれぞれの名前を連動させたいと思って調べたら簡単にできるみたいです。

NavigationControllerの下にTabbarItemがあります。
なのでNavigationController?.NavigationItem.Titleを変更するとタブの名称も連動して変わるようです。

連動して変えたくない場合はTabbarItem.titleを直接変えるとそれぞれ設定できます。

1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?