teodorpatras / SideMenuController

A side menu controller written in Swift for iOS
MIT License
1.16k stars 288 forks source link

No longer works with Xcode11 iOS13 Swift 5 #173

Open zurichrich opened 5 years ago

zurichrich commented 5 years ago

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 commented 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.

zurichrich commented 5 years ago

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 commented 5 years ago

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

Shahbaz89khan commented 5 years ago

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

ghost commented 5 years ago

Same. I ended using https://github.com/EtchUK/SideMenuController.git fork