I am using a navigation controller, and I have the style set to :
navController.navigationBar.barStyle = UIBarStyleBlackTranslucent;
But wh
Try this:
self.tabBarController.tabBar.superview.backgroundColor = [UIColor blackColor];