Is there a way to hide the status bar when showing splash screen in iPhone
and then show again in application?
Is there a way to hide the status bar when showing splash screen in
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m pretty sure that if your Info.plist file has the
Status bar is initially hiddenvalue set toYES, then it won’t show while your application is loading. Once your application has loaded, you can re-show the status bar using UIApplication’ssetStatusBarHidden:animated:method.