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
{{ message }}
This repository was archived by the owner on Sep 9, 2019. It is now read-only.
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?
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