How can we change the color of the status bar? I know we can change the style by
[application setStatusBarStyle:UIStatusBarStyleBlackOpaque];
self.window.backgroundColor=[UIColor redColor];