标签:blog http color strong os 2014
去掉导航栏的边界黑线
in viewDidload:
[self.navigationController.navigationBar setBackgroundImage:[[UIImage alloc] init] forBarMetrics:UIBarMetricsDefault]; self.navigationController.navigationBar.shadowImage = [[UIImage alloc] init];
in viewDidload:
[self.textSearchBar setBackgroundImage:[[UIImage alloc] init]];
in stroryboard:
选中搜索框——右边in attribute inspector——View 在Tint的颜色栏中选择 clear color
参考链接:
http://stackoverflow.com/questions/19047286/remove-navigationbars-bottom-border-ios7
iOS 去掉导航栏的边界黑线&去掉搜索框的边界黑线和其中文本输入框的阴影 - 解决方案,布布扣,bubuko.com
iOS 去掉导航栏的边界黑线&去掉搜索框的边界黑线和其中文本输入框的阴影 - 解决方案
标签:blog http color strong os 2014
原文地址:http://blog.csdn.net/willyang519/article/details/37702895