如何去除TabBarController阴影线?
2016-10-06 本文已影响36人
Happy晓哥
//设置背景图片
_tabBarController.tabBar.backgroundImage =
[UIImage imageNamed:@”tabbar_bg.png”];
//消除阴影线(设置图片为空,线就没了)
_tabBarController.tabBar.shadowImage = [[UIImage alloc] init];
//设置背景图片
_tabBarController.tabBar.backgroundImage =
[UIImage imageNamed:@”tabbar_bg.png”];
//消除阴影线(设置图片为空,线就没了)
_tabBarController.tabBar.shadowImage = [[UIImage alloc] init];