Hi, guys --
Because Apple removed status bar window, I set UIViewControllerBasedStatusBarAppearance=true and subclassed UINavigationController and UIViewController to process preferredStatusBarStyle and prefersStatusBarHidden events.
In general all is fine. But I have a trouble, when I change SideMenu controller to ordinary NavigationController. For a short time status bar becomes white by unknown reasons.
Maybe IOS sends preferredStatusBarStyle to "something" (can't imagine to what).
Maybe App.KeyController = ... does animation Any ideas ?
Because Apple removed status bar window, I set UIViewControllerBasedStatusBarAppearance=true and subclassed UINavigationController and UIViewController to process preferredStatusBarStyle and prefersStatusBarHidden events.
In general all is fine. But I have a trouble, when I change SideMenu controller to ordinary NavigationController. For a short time status bar becomes white by unknown reasons.
Maybe IOS sends preferredStatusBarStyle to "something" (can't imagine to what).
Maybe App.KeyController = ... does animation Any ideas ?
Attachments
Last edited: