I am using a navigation controller, and I have the style set to :
navController.navigationBar.barStyle = UIBarStyleBlackTranslucent;
But wh
try to use this, may be it will helpful.
_topToolBar.barStyle = UIBarStyleBlackTranslucent; _topToolBar.alpha = 0.3;