//設(shè)置tabbar背景色
[[UITabBar appearance] setBarTintColor:[UIColor blackColor]];
//tabbarItem圖片居中顯示
UIViewController *controller = [[UIViewController alloc] init];
controller.tabBarItem.imageInsets = UIEdgeInsetsMake(6, 0, -6, 0);
//設(shè)置tabbar背景色
[[UITabBar appearance] setBarTintColor:[UIColor blackColor]];
//tabbarItem圖片居中顯示
UIViewController *controller = [[UIViewController alloc] init];
controller.tabBarItem.imageInsets = UIEdgeInsetsMake(6, 0, -6, 0);