Sidemenu: How I can show the side menu without segue?

Created on 19 Apr 2017  路  2Comments  路  Source: jonkykong/SideMenu


New Issue Checklist


I have read the guidelines for contributing and I understand:

  • [x] My issue is happening in the latest version of SideMenu.
  • [x] My issue was not solved in the README.
  • [x] My issue can not be answered on stackoverflow.com.
  • [x] My issue is not a request for new functionality that I am unwilling to build and contribute with a pull request.
  • [ ] My issue is reproducible in the demo project.

Issue Description

Failed to complete New Issue Template

All 2 comments

I do something like this
`let VC1: SideMenuTableViewController = SideMenuTableViewController()

let menuLeftNavigationController = UISideMenuNavigationController(rootViewController: VC1)

SideMenuManager.menuLeftNavigationController = menuLeftNavigationController)

self.present(SideMenuManager.menuLeftNavigationController!, animated: true, completion: nil)`

but doesn't work, I follow the instructions in the description of side menu but does't work, any idea?

You're not following the README correctly.

Was this page helpful?
0 / 5 - 0 ratings