-
只設(shè)置頁面導(dǎo)航欄的title
self.navigationItem.title = "電影收藏"
-
只設(shè)置tabbaritem上的title
self.movieNav.tabBarItem.title = "電影"
-
同時設(shè)置頁面導(dǎo)航欄和tabbaritem的title
self.title = "電影收藏"
self.navigationItem.title = "電影收藏"
self.movieNav.tabBarItem.title = "電影"
self.title = "電影收藏"