REFrostedViewController icon indicating copy to clipboard operation
REFrostedViewController copied to clipboard

How to disable the pan while enter the inner Pages

Open lixiaoyu opened this issue 9 years ago • 4 comments

I wanna to disable the pan Gesture in inner pages, I tried to set the panGestureEnabled to NO when enter inner page,and Yes back,but it still disabled,How can I solve it. Main purpose is want to keep the edgePanGesture of the NavigationController ,they conflicts

lixiaoyu avatar Jul 14 '15 11:07 lixiaoyu

+1

SuperY avatar Jul 17 '15 09:07 SuperY

I have solved it by replacing the panGestureRecognized delegate method to Controller you wanna eable

lixiaoyu avatar Jul 18 '15 07:07 lixiaoyu

It works. Thank u.

SuperY avatar Jul 20 '15 06:07 SuperY

How to disable panGestureRecognized inner page here is my code. self.rEFrostedViewController= [[REFrostedViewController alloc]init]; self.rEFrostedViewController.delegate=self; self.rEFrostedViewController.panGestureEnabled=NO;

rnmano avatar Nov 07 '15 07:11 rnmano