Status Bar Not Hiding in Beta 1

Does anyone else have this issue?


I have an app that hides status bar successfully on/up to iOS 12.x. However on first beta, it does show status bar.

I double checked on info.plist settings and individual viewcontroller settings, things seem to be proper.


Could this be a Beta 1 bug?


Thanks in advance.

same here, iOS 13 beta 1 on iPhone 7 in portrait mode. I assume a bug ...

No Change in iOS 13 beta 2, status bar stll not hiding in portrait mode after you turn the devide in landscape mode and back.

Same here, iOS 13 beta 4 (17A5534f) on iPhone SE in portrait and landscape mode:

PrefersStatusBarHidden true in UIViewController


<key>UIStatusBarHidden</key>

<true/>

<key>UIViewControllerBasedStatusBarAppearance</key>

<true/>


if clear settings above and leave only

<key>UIViewControllerBasedStatusBarAppearance</key>

<true/>

the problem remains only in landscape orientation

Status Bar Not Hiding in Beta 1
 
 
Q