Status Bar Missing In Simulated Metrics

Has the status bar dropdown in simulated metrics been removed? I hoped to find it in Xcode 9.0.1 after it went missing in version 9.0, but it still isn't there. My app has a UINavigationController/UIViewController embedded in a container view and the UIViewController doesn't need a status bar. In this context, not having the ability to set status bar to none makes positioning controls difficult. Is there a workaround?


Thank you.

Replies

For me it's the other way around. My vc uses status bar dynamically (yes sometimes, no sometimes), but I can't switch between having it on/off in IB, making it more difficult to see the effect on the layout with having it or not having it.


In IB it is always off for me. Using storyboard.

I'm facing the same issue, did you perhaps find a way to fix this or understand if it is caused by something I'm missing as well?