pkluz / PKRevealController

PKRevealController is a delightful view controller container for iOS, enabling you to present multiple controllers on top of one another.
Other
3.85k stars 659 forks source link

UIScreenEdgePanGestureRecognizer instead of UIPanGestureRecognizer #212

Open heyarny opened 9 years ago

heyarny commented 9 years ago

Hey Everyone,

is it possible to replace the UIPanGestureRecognizer gesture with UIScreenEdgePanGestureRecognizer? I'd like to reveal the navigation from edges only.

Thanks