Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

No longer works with Xcode11 iOS13 Swift 5 #173

Open
zurichrich opened this issue Sep 27, 2019 · 5 comments
Open

No longer works with Xcode11 iOS13 Swift 5 #173

zurichrich opened this issue Sep 27, 2019 · 5 comments

Comments

@zurichrich
Copy link

zurichrich commented Sep 27, 2019

status bar and status bar window have been deprecated. Need to use statusBarManager. PLease can you update the library so it works with Xcode11?

@acsarraf
Copy link

acsarraf commented Sep 30, 2019

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.

@zurichrich
Copy link
Author

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?

@PikaRules
Copy link

is someone working on a fix for this? when do you think that is going to be ready?

@Shahbaz89khan
Copy link

Hello
I am facing the same issue. Any suggestions?
thanks

@ghost
Copy link

ghost commented Oct 12, 2019

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.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants