Want to hide status bar just in launchscreen in iOS? in other storyboards it should be visible
Asked
Active
Viewed 518 times
1 Answers
0
you can simply check Hide status bar
in your target's general settings. This should hide your status bar on the launch screen but show it on the initial viewcontroller.

André Slotta
- 13,774
- 2
- 22
- 34
-
it worked. Thank you. – Gaurav May 04 '17 at 08:42
-
This option hides the status bar for the whole app. – Bogdan Razvan Jun 11 '18 at 11:25