I want to make the default push and pop animations of UINavigationController
interactive, just like the swipe from the left side of the screen gesture does. These transitions will be driven by gesture recognizers.
There's a lot of info online about making custom animations interactive using UIViewControllerInteractiveTransitioning
, but I'm simply looking to make the default transitions interactive. As far as I can tell, this can't be done using this method.
How do I make these transitions interactive, without messing with the default animations?