Skip to content

Starting app with SideMenu revealed #115

@cmaulini

Description

@cmaulini

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?

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