aryaxt / iOS-Slide-Menu

iOS Slide Menu with ability to add both left and right menu, and built in gesture recognizer. Similar to Path and Facebook
Other
1.53k stars 359 forks source link

popAllAndSwitchToViewController crashes below iOS 9.0 #233

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hello, While running app on iOS below 9.0 (eg 8.3 8.4) we occurred on an issue when executing: SlideNavigationController.sharedInstance().popAllAndSwitchToViewController(vc, withSlideOutAnimation: false, andCompletion: nil) library crashes: untitled -[_UINavigationBarBackIndicatorView setAlpha:]: message sent to deallocated instance 0x7fc912e8e530

Everything is working well on iOS 9.0 and higher. Could you give us some tips? Should we search the fault on our side or maybe there is something in library? Thanks.