-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
navigationDrawerController?.toggleLeftView() does not work when navigationDrawer is not rootViewController #960
Comments
Hey :) Is your |
Hey :) Unfortunately I cannot put the project on GitHub, I can email you the relevant files if you want :) |
Yes, please email me the project at [email protected] :) It would be easier. Once I am done giving you help, I delete all materials you sent. |
Thank you! Sent! :) |
Great! I will take a look shortly :) |
@DanielDahan I confirm that this issue no longer persists after |
I am building navigationDrawerController with tabsController. And in the application not all view controller require the navigation drawer, there I only assign navigation drawer to the view that requires it. It works fine when the tabsController is set as window root, but when I transition to tabsController via a navigationController push method (UINavigationController or Material) from another roortViewController, example a login screen, the
navigationDrawerController?.toggleLeftView()
code in the menu button handler does not open the navigationDrawer. However, sliding from left opens the drawer.AppDelegate
Login View Controller (when login is done, I want to go to the tabsController with the navigationDrawer)
Menu Button handler
The text was updated successfully, but these errors were encountered: