Anvith Ekkati

Results 2 comments of Anvith Ekkati

You can use self.sideMenuController()?.sideMenu?.menuViewController to access the tableViewController and change the selectedItem, and call reloadData(). See this question: https://github.com/evnaz/ENSwiftSideMenu/issues/105

Yeah, it is. In the sample demo, you'll find the below code where the cells are being instantiated. Add the two lines to place icons. override func tableView(tableView: UITableView, cellForRowAtIndexPath...