I want to change background color of status bar on iOS 7, and I\'m using this code:
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOp
in AppDelegate use
[[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleLightContent];
and in project info.plist file
set flag NO to View controller-based status bar appearance in app.