- 只设置页面导航栏
title
self.navigationItem.title = "个人主页"
- 只设置UITabBarItem上的
title
self.navigationController?.tabBarItem.title = "自定义"
- 同时设置页面导航栏和UITabBarItem的
title
self.title = "我的主页"
title
self.navigationItem.title = "个人主页"
title
self.navigationController?.tabBarItem.title = "自定义"
title
self.title = "我的主页"
本文标题:修改UITabBarItem和页面的Title
本文链接:https://www.haomeiwen.com/subject/jdxvjftx.html
网友评论