RESideMenu icon indicating copy to clipboard operation
RESideMenu copied to clipboard

RESideMenu and Navigation Controller swipe to go back

Open lazar89nis opened this issue 7 years ago • 2 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 avatar Aug 10 '17 09:08 lazar89nis

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

Viktorianec avatar Aug 25 '17 11:08 Viktorianec

@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

bingolib avatar Sep 14 '17 02:09 bingolib