romaonthego / RESideMenu

iOS 7/8 style side menu with parallax effect.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RESideMenu and Navigation Controller swipe to go back

lazar89nis opened this issue · comments

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.

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

@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