romaonthego / RESideMenu

iOS 7/8 style side menu with parallax effect.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

nipun0505 opened this issue · comments

commented

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?

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

commented

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

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

commented

@PengSiSi Sorry, I didn't get it