Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NavigationDrawer needs update? #137

Open
LordJashin32 opened this issue Jun 13, 2020 · 0 comments
Open

NavigationDrawer needs update? #137

LordJashin32 opened this issue Jun 13, 2020 · 0 comments

Comments

@LordJashin32
Copy link

   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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant