-
Notifications
You must be signed in to change notification settings - Fork 356
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
Change left menu #93
Comments
Will add this with a demo to the next release |
Hi, When i set menu multiple time then menu view blank. Thanks! |
anyone solution for this..i have the same problem..page shows black only.. |
I have the same problem too More precisely:
|
i have the same problem. page shows black after set new view controller. |
Does anybody know any solution for this? |
Not great fix but it is fine for me: You could comment out those lines:
in That is solving this for the case like this too: open left menu, hide it, change/update it even with the same instance and then open left menu again. |
Stiil there is same Issue. |
@luc3k Thank You it's working amazing i m trying so far to achieve that. 💯 👍 |
@luc3k thank you! you solved my problem:) |
Hi, according to my user type, when logging, i have to show different "leftMenu". So, when the user1 login, should be show leftMenu1. When the user1 logout, and the user2 login, should show leftMenu2.
leftMenu1 and leftMenu2 are differents TableViewControllers.
When user1 login, works fine. After, user1 logout and user2 login, but, the leftmenu show me the leftmenu1 (from user1) and when i tap on it, the screen hides.
Can help me?
The text was updated successfully, but these errors were encountered: