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

Starting app with SideMenu revealed #115

Open
cmaulini opened this issue May 26, 2020 · 0 comments
Open

Starting app with SideMenu revealed #115

cmaulini opened this issue May 26, 2020 · 0 comments

Comments

@cmaulini
Copy link

I want to start my app with the SideMenu revealed. So I try, naively, this code in my "SideMenu.Content" UIViewController

    override func viewDidLoad() {
        super.viewDidLoad()
        sideMenuController?.revealMenu(animated: false)
    }

Seem it's work, but this message appears in the console

Unbalanced calls to begin/end appearance transitions for <UIViewController: 0x7ff293d17d90>.

Could you help me?

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