SSA111 / SSASideMenu

A Swift implementation of RESideMenu
MIT License
598 stars 96 forks source link

How to open sideMenu by pressing custom button #66

Closed matghazaryan closed 7 years ago

matghazaryan commented 7 years ago

I want open sideMenu by pressing custom button. I did this but it doesn't work

  @IBAction func burgerMenuBtnPressed(_ sender: UIButton) {
        let ss = SSASideMenu()
        ss.sideMenuViewController?._presentLeftMenuViewController()
    }