You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if the status bar is hidden in the app via a plist, or via UIApplication.sharedApplication.setStatusBarHidden, the status bar is shown whenever a new controller is shown via setRootViewController.
click something on the left, calling setRootViewController, and the status bar reappears.
calling UIApplication.sharedApplication.setStatusBarHidden in the action method of the menu item will fix this, but shouldn't setting hideStatusBarArea do this for all menu items?
The text was updated successfully, but these errors were encountered:
if the status bar is hidden in the app via a plist, or via UIApplication.sharedApplication.setStatusBarHidden, the status bar is shown whenever a new controller is shown via setRootViewController.
click something on the left, calling setRootViewController, and the status bar reappears.
calling UIApplication.sharedApplication.setStatusBarHidden in the action method of the menu item will fix this, but shouldn't setting
hideStatusBarArea
do this for all menu items?The text was updated successfully, but these errors were encountered: