You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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
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.
The text was updated successfully, but these errors were encountered: