Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't use pan gesture if I Push a new controller #306

Closed
nipun0505 opened this issue Oct 26, 2017 · 4 comments
Closed

Can't use pan gesture if I Push a new controller #306

nipun0505 opened this issue Oct 26, 2017 · 4 comments

Comments

@nipun0505
Copy link

This is my initialization code:

RESideMenu mySideMenu = [[RESideMenu alloc] initWithContentViewController:_mainNavigationController leftMenuViewController:_leftSidebarController rightMenuViewController:nil];

Here _mainNavigationController is a navigation controller. If I push an new controller, I loose the pan gesture all together. Is this the expected behavior?

@PengSiSi
Copy link

if you solved,Please tell me the solution,thank you.

@nipun0505
Copy link
Author

@PengSiSi Just set the interactivePopGestureRecognizer.enabled to FALSE for your navigation controller as well as the interactivePopGestureRecognizerEnabled to FALSE for RESideMEnu object

@PengSiSi
Copy link

I think not this problem, I just push to one page will not be able to click on the button.

@nipun0505
Copy link
Author

@PengSiSi Sorry, I didn't get it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants