Open zurichrich opened 5 years ago
The issue is that the statusBarWindow has been deprecated from iOS 13 it seems. But the code still works if you set the statusBarBehavior to .showUnderlay . It's the only one that still works.
in application, didFinishLaunchingWithOptions I changed to SideMenuController.preferences.animating.statusBarBehaviour = .showUnderlay but this still does not work for Xcode11 and iOS13. Existing code works for XCode10 and iOS13. Any other suggestions?
is someone working on a fix for this? when do you think that is going to be ready?
Hello I am facing the same issue. Any suggestions? thanks
Same. I ended using https://github.com/EtchUK/SideMenuController.git fork
status bar and status bar window have been deprecated. Need to use statusBarManager. PLease can you update the library so it works with Xcode11?