Closed fastred closed 9 years ago
The same functionality can be obtained in one of these (less safe) ways:
UIScreenEdgePanGestureRecognizer
interactivePopGestureRecognizer
UIPanGestureRecognizer
I am also thinking about swizzle method, but I dont know the detail of interactivePopGestureRecognizer. Do u have any ideas?
Moved this issue to wiki: https://github.com/fastred/SloppySwiper/wiki
The same functionality can be obtained in one of these (less safe) ways:
UIScreenEdgePanGestureRecognizer
to let it recognize pan gestures started not only from the edge (I haven't tested it yet)interactivePopGestureRecognizer
and use them withUIPanGestureRecognizer
(it uses private APIs): https://gist.github.com/fastred/3ccd1740e1464dbf8675