How can we change the color of the status bar? I know we can change the style by
[application setStatusBarStyle:UIStatusBarStyleBlackOpaque];
[UIApplication sharedApplication].statusBarStyle = UIStatusBarStyleBlackOpaque;