This repository was archived by the owner on Jul 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 288
No longer works with Xcode11 iOS13 Swift 5 #173
Comments
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 |
is someone working on a fix for this? when do you think that is going to be ready? |
Hello |
Same. I ended using https://github.com/EtchUK/SideMenuController.git fork |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
status bar and status bar window have been deprecated. Need to use statusBarManager. PLease can you update the library so it works with Xcode11?
The text was updated successfully, but these errors were encountered: