Skip to content

Right pangesture not working correctly #8

@Ghousepasha-ios

Description

@Ghousepasha-ios
let left = UIStoryboard(name: "Left", bundle: nil).instantiateInitialViewController()!
        let center = UIStoryboard(name: "Center", bundle: nil).instantiateInitialViewController()!
        let drawer = DrawerMenu(center: center, right: left)
        addChild(drawer)
        view.addSubview(drawer.view)
        drawer.didMove(toParent: self)

above code not working for right swipe pan gesture closing.

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