码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2017-06-13 14:31:32      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:title   .net   self   UI   tail   details   str   标题   参考   

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设置不同的标题

标签:title   .net   self   UI   tail   details   str   标题   参考   

原文地址:http://www.cnblogs.com/mapanguan/p/7000391.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!