Closed oblank closed 11 years ago
I think you need to make it manually. Add two UIView objects to your ViewController, one on the left side and other on the right side. Also add UIPanGestureRecognizer to each UIView and call PPRevealSideViewController methods for opening/closing.
Or just modify the code in PPReveal to create a tracking allowed rect on pan gesture method called
thanks @josipbernat @ipodishima
is that possible to let pprevealSidelViewController only handle pangesture when startlocation in dot line region( left and right side only ) ?
https://docs.google.com/drawings/d/1PY2oNMmN9erzWIkPF07DvX3yteIjW642_Qi5FfAUMXk/edit?usp=sharing only green region need to reaction with pangesture
thanks