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

iOS去除导航栏和tabbar的横线

时间:2016-09-26 11:09:11      阅读:408      评论:0      收藏:0      [点我收藏+]

标签:

导航
[self.navigationController.navigationBar setBackgroundImage:[UIImage new] forBarMetrics:UIBarMetricsDefault]; [self.navigationController.navigationBar setShadowImage:[UIImage new]];


导航透明设置

  [self.navigationController.navigationBar setTranslucent:NO];


tab
[self.tabBarController.tabBar setBackgroundImage:[UIImage new]];
[self.tabBarController.tabBar setShadowImage:[UIImage new]];

iOS去除导航栏和tabbar的横线

标签:

原文地址:http://www.cnblogs.com/walkingzmz/p/5908190.html

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