Keep statusbar bounds when hiding it?

75 views Asked by At

Im hiding the status bar like this: UIApplication.sharedApplication().statusBarHidden = (Bool)

Now it hides it, but it also makes its bounds disappear, when it is hiding the mainViewcontroller's view frame is changing, its getting taller.

Is it possible to change the alpha for the status bar or something similar?

0

There are 0 answers