-
Notifications
You must be signed in to change notification settings - Fork 331
Open
Description
I have an application using navigationController.
I want to show the menu under all viewcontrollers except the main view.
I have tried using "leftViewAlwaysVisibleOptions = [.all]" and use menu.hideLeftViewAnimated but it does not allow this.
So I deleted the "leftViewAlwaysVisibleOptions" and used only menu.hideLeftViewAnimated/menu.showLeftViewAnimated in viewwillAppear.
The problem with this approach is that it seems that adding a menu involves pushing it to the navigationController and than when I tap on "back" icon, the 1st tap gets me to the same screen without the menu and only on second tap it actually goes to previous view.
Any ideas/suggestions?
Metadata
Metadata
Assignees
Labels
No labels