Friend-LGA / LGSideMenuController

iOS view controller which manages left and right side views
MIT License
2.05k stars 331 forks source link

Not working in iOS 13 #178

Closed pushpankq closed 3 years ago

VincenzoMan commented 4 years ago

The solution is to implement the same code insert into "func application( application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {}" in AppDelegate (How sometimes you do in iOS12) into "func scene( scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) {}" in SceneDelegate in iOS 13

Friend-LGA commented 3 years ago

Should be working. Please, take a look at demo projects. Feel free to reopen if the issue is still actual.