pixyzehn/MediumMenu

issue: remove from navigationcontroller

thomascsorbamedia opened this issue · 0 comments

Hi,

I have a navigation controller and added the menu to it.
The menu item views are loose view controllers.
The HomeViewcontroller has a segue to another view (imageviewcontroller).
Now the (rather small) problem is that later on in the imageviewcontroller the menu item is not there (I don't want it to), the pan gesture from top to bottom still shows the menu.

Any idea how I can remove the menu on the imageviewcontroller?

Thanks in advance,

Thomas