romaonthego / REFrostedViewController

iOS 7/8 style blurred view controller that appears on top of your view controller.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to open slide menu only if swipe from left to right ?

abhisheknik23 opened this issue · comments

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.

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.