Closed Zeeshan90 closed 3 years ago
MainViewController *mainViewController = (MainViewController *)self.sideMenuController;
[mainViewController hideLeftViewAnimated:YES completionHandler:nil];
i have tried but not closed when i move to other viewcontroller. can the view come to front and closed the side menu ?
You should have a link to instance of LGSideMenuController
, and just call hideLeftViewAnimated
on this instance.
Closing as not an issue of the framework.
close the side menu when clicked on the row of the table view