ENSwiftSideMenu icon indicating copy to clipboard operation
ENSwiftSideMenu copied to clipboard

Impossible to programmatically open the menu

Open hhertogh opened this issue 8 years ago • 5 comments

Hey All,

I don't know if I am doing something wrong, but I can't open the menu programmatically (using the button for example). It works fine with the swipe gesture, but it seems that sideMenuController() always return nil. showSideMenuView() for example does not work. Any idea why it is like that?

Henry

hhertogh avatar Mar 15 '16 22:03 hhertogh

My mistake, my navigation controller didn't inherit from the ENSideMenuNavigationController.

hhertogh avatar Mar 15 '16 22:03 hhertogh

The problem persists in the MenuTableViewController. I cannot hide the menu there after having selecting an item and having presented a view controller.

sideMenuController() is nil

hhertogh avatar Mar 15 '16 22:03 hhertogh

Did you figure this out?

I am unsure how to call the side menu programmatically

mparrish91 avatar Jun 01 '16 07:06 mparrish91

Same problem here...any solutions?

diogo10 avatar Mar 13 '17 15:03 diogo10

just change navigation controller class to "MyNavigationController" @diogo10

Shahbaz-Akram avatar Oct 19 '17 09:10 Shahbaz-Akram