码迷,mamicode.com
首页 > 移动开发 > 详细

iOS 返回按钮

时间:2017-06-03 16:14:45      阅读:223      评论:0      收藏:0      [点我收藏+]

标签:ack   white   back   color   init   ntc   stc   返回   sel   

 UIBarButtonItem *backItem = [[UIBarButtonItem alloc] init];

    backItem.title =@"返回";

    self.navigationItem.backBarButtonItem = backItem;

    [self.navigationController.navigationBar setTintColor:MOSTCOLOR];

    self.navigationController.navigationBar.barTintColor = [UIColor whiteColor];

iOS 返回按钮

标签:ack   white   back   color   init   ntc   stc   返回   sel   

原文地址:http://www.cnblogs.com/lsh1234/p/6937418.html

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