Friend-LGA / LGSideMenuController

iOS view controller which manages left and right side views
MIT License
2.05k stars 331 forks source link

Closed on click #177

Closed Zeeshan90 closed 3 years ago

Zeeshan90 commented 4 years ago

close the side menu when clicked on the row of the table view

irfan0786 commented 4 years ago
MainViewController *mainViewController = (MainViewController *)self.sideMenuController;
[mainViewController hideLeftViewAnimated:YES completionHandler:nil];
Zeeshan90 commented 4 years ago

i have tried but not closed when i move to other viewcontroller. can the view come to front and closed the side menu ?

Friend-LGA commented 3 years ago

You should have a link to instance of LGSideMenuController, and just call hideLeftViewAnimated on this instance. Closing as not an issue of the framework.