删除黑色边框线导航栏
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 删除黑色边框线导航栏&删除搜索框的阴影边界线和中黑色文本输入框 - 解
原文:http://www.cnblogs.com/yxwkf/p/4859510.html