Skip to content
Arkadiusz Holko edited this page Apr 19, 2015 · 1 revision

Alternative ways of achieving the same effect

The same functionality can be obtained in one of these (less safe) ways:

  1. swizzle UIScreenEdgePanGestureRecognizer to let it recognize pan gestures started not only from the edge (I haven't tested it yet)
  2. grab the target and action from interactivePopGestureRecognizer and use them with UIPanGestureRecognizer (it uses private APIs): https://gist.github.com/fastred/3ccd1740e1464dbf8675
Clone this wiki locally