UITabBarItem title 和self.title设置不同的标题

Posted mapanguan

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了UITabBarItem title 和self.title设置不同的标题相关的知识,希望对你有一定的参考价值。

self.navigationItem.title = @"my title"; //sets navigation bar title.

self.tabBarItem.title = @"my title"; //sets tab bar title.

self.title = @"my title"; //sets both of these.

 

参考:http://blog.csdn.net/huifeidexin_1/article/details/8078118

以上是关于UITabBarItem title 和self.title设置不同的标题的主要内容,如果未能解决你的问题,请参考以下文章

UITabbarItem只显示图标

tvOS 上 UITabBarItem 的选定和聚焦状态

UITabBarItem选项卡栏项目单个选定的背景颜色

UITabBarItem 图像颜色为灰色,而原始图像为白色

在 UINavigationController 中自定义 UITabBarItem

如何使用 Apple 自定义 UITabBarItem 图像?