Samples icon indicating copy to clipboard operation
Samples copied to clipboard

NavigationDrawer needs update?

Open LordJashin32 opened this issue 5 years ago • 0 comments

   func applicationDidFinishLaunching(_ application: UIApplication) {
        window = UIWindow(frame: Screen.bounds)
        window!.rootViewController = AppNavigationDrawerController(rootViewController: rootViewController,
                                                                   leftViewController: leftViewController,
                                                                   rightViewController: rightViewController)
        window!.makeKeyAndVisible()
    }

Doesn't seem to work for me but if i throw it into application constructor it does work for me.

Don't know if maybe I'm wrong. Please check. Thanks and Cheers great project.

LordJashin32 avatar Jun 13 '20 02:06 LordJashin32