-
Notifications
You must be signed in to change notification settings - Fork 107
Home
Arkadiusz Holko edited this page Apr 19, 2015
·
1 revision
The same functionality can be obtained in one of these (less safe) ways:
- swizzle
UIScreenEdgePanGestureRecognizer
to let it recognize pan gestures started not only from the edge (I haven't tested it yet) - grab the target and action from
interactivePopGestureRecognizer
and use them withUIPanGestureRecognizer
(it uses private APIs): https://gist.github.com/fastred/3ccd1740e1464dbf8675