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

How to open side menu from other view controller #64

Open
chetanpanchal94 opened this issue Sep 3, 2019 · 2 comments
Open

How to open side menu from other view controller #64

chetanpanchal94 opened this issue Sep 3, 2019 · 2 comments

Comments

@chetanpanchal94
Copy link

I have rootVC as AKSideMenu, content view is tabbar and a left and a right menu.
when I navigate to another view controller from tabbar, it is not opening menu and my navigated view controller freezes.

Can you please help, how to open a menu after navigation?

@Mudasir441
Copy link

Have you fixed it?

@himanshuvZB
Copy link

I have rootVC as AKSideMenu, content view is tabbar and a left and a right menu. when I navigate to another view controller from tabbar, it is not opening menu and my navigated view controller freezes.

Can you please help, how to open a menu after navigation?

You can do like below on side menu tableview event :

let vc = self.storyboard?.instantiateViewController(withIdentifier: "ABC") ? ABC
self.sideMenuViewController!.setContentViewController(vc, animated: true)
self.sideMenuViewController!.hideMenuViewController()

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

No branches or pull requests

3 participants