crash when adding custom table view controller
Closed this issue · 0 comments
Anilkr91 commented
let sideMenuTVC = SideMenuOptionsTableViewController() // this is my side menu tableview with custom cell but the cell is returning nil
sideMenu = ENSideMenu(sourceView: self.view, menuViewController: sideMenuTVC, menuPosition:.Left)
how to add a sidementableviewcontroller with custom cell