UITabBarControllerに設定したUINavigationControllerのrootViewController内で
self.title = @"hoge"
とすると、TabBarItemのタイトルも連動して変わってしまいます。
NavigationBarのタイトルは変更したいけど、TabBarItemのタイトルを変えたくない場合は
self.navigationItem.title = @"hoge"
を使いましょう。
Go to list of users who liked
More than 5 years have passed since last update.
UITabBarControllerに設定したUINavigationControllerのrootViewController内で
self.title = @"hoge"
とすると、TabBarItemのタイトルも連動して変わってしまいます。
NavigationBarのタイトルは変更したいけど、TabBarItemのタイトルを変えたくない場合は
self.navigationItem.title = @"hoge"
を使いましょう。
Register as a new user and use Qiita more conveniently
Go to list of users who liked