romaonthego / REFrostedViewController

iOS 7/8 style blurred view controller that appears on top of your view controller.
MIT License
2.97k stars 494 forks source link

How can I prohibit the slide menu when DemoHomeViewController push a viewcontroller? #111

Open Alsen007 opened 9 years ago

Alsen007 commented 9 years ago

Now, in DemoHomeViewController I push a SubViewController, How can I stop the slide menu appears when SubViewController are sliding.

changxingyu commented 9 years ago

Don't addGestureRecognizer to the NavigationController, add the gesture to which viewController you want