美文网首页
UITabBarItem和self.title设置不同的标题

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

作者: 小虾57 | 来源:发表于2018-03-12 09:15 被阅读0次

    self.navigationItem.title = @"my title";  setsnavigation bartitle.

    self.tabBarItem.title = @"my title";  setstab bartitle.

    self.title = @"my title";   setsboth of these.

    相关文章

      网友评论

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

          本文链接:https://www.haomeiwen.com/subject/tuogfftx.html