I want to hide status bar in splash screen and show to viewController with white color.
I have done followings for this:
- Added "Status bar is initially hidden" to - YESin- info.plist.
- In - –(BOOL)application:didFinishLaunchingWithOptions:method I have added- [[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleLightContent];
But still the status bar content is in black color.
Can anyone please help me to change the status bar content color to white?
 
                        
You need to Set "View controller-based status bar appearance” to YES in your info.list file.
And then in your Particular view controller,