I have read the guidelines for contributing and I understand:
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.