-
Notifications
You must be signed in to change notification settings - Fork 980
Description
I've used this control for many years now.
Using Xcode 11 beta 4, on iOS 13 simulator, I assert and crash in SWRevealView's statusBarView method, at line:
if ([object respondsToSelector:NSSelectorFromString(key)]) statusBar = [object valueForKey:key];
*** Assertion failure in -[UIApplication _createStatusBarWithRequestedStyle:orientation:hidden:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKitCore_Sim/UIKit-3898.6/UIApplication.m:5237
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'App called -statusBar or -statusBarWindow on UIApplication: this code must be changed as there's no longer a status bar or status bar window. Use the statusBarManager object on the window scene instead.'
Anyone have a fork with a fix?