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
Is it possible to open menus, with sliding VC content or NavBar, in a view controller that has being pushed ?? I don't want to place a Menu button (///) in order to be able to open menus, I want the user to be able to open the menu no matter where it is.. or how deep in the navigation stack it is.
The text was updated successfully, but these errors were encountered:
just subclass a UIViewController implement the delegate method as suggested by nullpointer, then in viewDidLoad you can remove the menu item or replace it. Have all your other ViewControllers inherit from the base you just create.
Slide functionality works in all viewcontrollers in the stack but it won't work on modals
Is it possible to open menus, with sliding VC content or NavBar, in a view controller that has being pushed ?? I don't want to place a Menu button (///) in order to be able to open menus, I want the user to be able to open the menu no matter where it is.. or how deep in the navigation stack it is.
The text was updated successfully, but these errors were encountered: