romaonthego / RESideMenu

iOS 7/8 style side menu with parallax effect.
MIT License
7.1k stars 1.35k forks source link

RESideMenu and Navigation Controller swipe to go back #300

Open lazar89nis opened 7 years ago

lazar89nis commented 7 years ago

Hi, We are using RESideMenu in our project and we want to have swipe to go back on some pages. Is there way to enable this with RESideMenu? It looks like this library takes control of it and then swipe to go back is not working.

Viktorianec commented 7 years ago

@lazar89nis did you fix that? I need good way for this too.

bingolib commented 7 years ago

@lazar89nis @Viktorianec [self.sideMenuViewController setContentViewController:[[UINavigationController alloc] initWithRootViewController:[[MainViewController alloc] init]] animated:YES]; [self.sideMenuViewController hideMenuViewController]; It's OK to write again when you return