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设置不同的标题的主要内容,如果未能解决你的问题,请参考以下文章