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
{{ message }}
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
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?
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: