//設(shè)置背景圖片
_tabBarController.tabBar.backgroundImage =
[UIImage imageNamed:@”tabbar_bg.png”];
//消除陰影線(設(shè)置圖片為空,線就沒了)
_tabBarController.tabBar.shadowImage = [[UIImage alloc] init];
//設(shè)置背景圖片
_tabBarController.tabBar.backgroundImage =
[UIImage imageNamed:@”tabbar_bg.png”];
//消除陰影線(設(shè)置圖片為空,線就沒了)
_tabBarController.tabBar.shadowImage = [[UIImage alloc] init];