Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show Almost always #200

Open
DiegoResnik opened this issue Oct 5, 2022 · 0 comments
Open

Show Almost always #200

DiegoResnik opened this issue Oct 5, 2022 · 0 comments

Comments

@DiegoResnik
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant