Interactive UINavigationController transition

66 Views Asked by At

Is there a way to enable interactive edge-swipe-back transition in Motion? I've set motionNavigationTransitionType to .autoReverse(presenting: .slide(direction: .left)) and this works when you pop the view controller, but I want to be able to interactively transition between the two view controllers.

0

There are 0 best solutions below