To hide the status bar while Splashscreen is Shown in IOS follow these Steps.
if you do not have the “Status bar is initially hidden” property, simply add it by selecting the last line in the File and then click the plus button on the right end of the line.
To show the status bar you can use this snippet.
[[UIApplication sharedApplication] setStatusBarHidden:NO withAnimation:UIStatusBarAnimationNone]; //UIStatusBarAnimationNone, UIStatusBarAnimationFade or UIStatusBarAnimationSlide
RT @CodeSnippetsNET: How to hide the status bar while Splashscreen is Shown in #IOS http://t.co/ZnVNmihBAF #xcode #programming #objectivec
RT @CodeSnippetsNET: How to hide the status bar while Splashscreen is Shown in #IOS http://t.co/ZnVNmihBAF #xcode #programming #objectivec
RT @CodeSnippetsNET: How to hide the status bar while Splashscreen is Shown in #IOS http://t.co/ZnVNmihBAF #xcode #programming #objectivec