mutualmobile / MMDrawerController

A lightweight, easy to use, Side Drawer Navigation Controller
MIT License
6.76k stars 1.38k forks source link

Adjust X Coordinate Of PanGesture #482

Open limeytrader007 opened 7 years ago

limeytrader007 commented 7 years ago

Hey there,

Is there a way to adjust from where the drawer opens. Lets say for example the user starts a pangesture at x=50 or lesser, THEN I'd like to allow the drawer to open. However, if they are higher than 50 on the x position, DON'T open the drawer.

Thoughts?