I want white status bar in my app. For this I set View controller-based status bar appearance to NO and Status bar style to UISt
View controller-based status bar appearance
NO
Status bar style
UISt
if your viewcontroller is embedded in UInavigationController then try writing this code in your
-(BOOL)prefreStatusBarHidden { return [self.navigationController prefersStatusBarHidden]; }