Hello all,
I am trying to change the status bar color to Black translucent. I have changed my Info.plist UIStatusBarStyle UIStatusBarStyleBlackTranslucent
And I have added these lines of code also to applicationDidFinishLaunching:()
[[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleBlackTranslucent animated:NO];
After doing these changes, my status bar changes to black translucent, till my splash screen appears. Once, my application is loaded fully and when the contents are displayed, it is again back to the default gray color.Can anyone please tell me where I am going wrong or where i should change?
Thanks in advance.