dekatotoro / SlideMenuControllerSwift

iOS Slide Menu View based on Google+, iQON, Feedly, Ameba iOS app. It is written in pure swift.
MIT License
3.4k stars 754 forks source link

Shows a black screen and not able to access the functionalities #434

Open sheejasagar opened 5 years ago

sheejasagar commented 5 years ago

We have a TabBar based application, that using this library to implement the slider menu. The application is working without error in iOS 12.0, but its not working in iOS 13.0 (Testing using Xcode Version 11.0 Beta). The application display black screen and not able to access the functionalities only in iOS 13.0.

I am using the below code to set the slider menu with TabBarController.

code

Storyboard structure is given below

Storyboard

Please help us to resolve this issue.

Thanks