Is there a way to hide the status bar when the app’s launch image is displayed and then bring it back?
My app has a black status bar and the one displayed over the launch image is grey.
Is there any solution for this?
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.
Use this code for hiding status bar:
ObjectiveC:
Swift:
If you don’t need status bar in the beginning. Add this setting (
UIStatusBarHidden) in your Infoplistfile:with a value of
YES.Use this code anywhere in the app to show the status bar for that particular View Controller
ObjectiveC:
Swift: