I want to open a new window in fullscreen but I don't want to get the StatusBar hidden.
The ViewControllers property modalPresentationStyle
has the value UIModalPresentationFullScreen
and the property prefersStatusBarHidden
has the value NO
(false
);
But the StatusBar is already hidden. Any idea?