Skip to content

Show Almost always #200

@DiegoResnik

Description

@DiegoResnik

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions