tabbar背景颜色,无法通过alpha来实现,需要设置图片
// self.tabBar.barTintColor = RGB(0, 0, 0);
[[UITabBar appearance] setBarTintColor:[UIColor clearColor]];
[[UITabBar appearance] setBackgroundImage:[UIImage new]];
// self.tabBar.barTintColor = RGB(0, 0, 0);
[[UITabBar appearance] setBarTintColor:[UIColor clearColor]];
[[UITabBar appearance] setBackgroundImage:[UIImage new]];