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 to open slide menu only if swipe from left to right ? #166

Open abhisheknik23 opened 8 years ago

abhisheknik23 commented 8 years ago

i want to open slide menu only if swipe from left to right.right now if you swipe up and down then menu is appearing, how to stop that ?.

On normal UIVIew if i am swiping or touching from top to bottom then the slide menu is coming.

pbhatt-mphrx commented 7 years ago

I am also facing the same issue, I want to open side drawer only when I swipe from left to right. Right now side drawer appears on slight swipe from top to bottom too.