Is there any way to have this status bar in iOS 6?
In previous version of iOS, it has that status bar, but in iOS 6 it seems to follow the navigation bar color..
[[UIApplication sharedApplication]setStatusBarStyle:UIStatusBarStyleBlackOpaque];
or
[[UIApplication sharedApplication]setStatusBarStyle:UIStatusBarStyleBlackTranslucent];
are the options available apart from default