You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
How can I call the menu with different view controller's bar button item?
If the root view controller is A, A and B controller with same Navigation, so I can use swipe to call the menu.
After that, I use storyboard add a bar button item on B controller but I can't let it call the menu controller now.
thank you!
The text was updated successfully, but these errors were encountered:
So you are trying to add a button in the B controller to move back to the root controller, is that correct? You should be able to use the toggle(direction: String) method with the correct direction depending on your current state.
If you want something more absolute, you can use toMain(). But remember that this method does not contain any animations.
Hello,
How can I call the menu with different view controller's bar button item?
If the root view controller is A, A and B controller with same Navigation, so I can use swipe to call the menu.
After that, I use storyboard add a bar button item on B controller but I can't let it call the menu controller now.
thank you!
The text was updated successfully, but these errors were encountered: