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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: