去除tabbar的灰线

去掉导航栏的边界灰线

 [self.navigationController.navigationBar setBackgroundImage:[[UIImage alloc] init] forBarMetrics:UIBarMetricsDefault];

self.navigationController.navigationBar.shadowImage = [[UIImage alloc] init];

去掉搜索框的边界黑线

 

[self.mySearchBar setBackgroundImage:[[UIImage alloc] init]];

去掉搜索框的文本输入框的阴影

 

在stroryboard中:选中搜索框——>右边in attribute inspector——>View 在Tint的颜色栏中选择 clear color

posted @ 2016-05-23 15:02  Juilliard  阅读(316)  评论(0编辑  收藏  举报