marcosgriselli / EasyTransitions

A simple way to create custom interactive UIViewController transitions
MIT License
1.68k stars 92 forks source link

Enables configuration of animators on NavigationTransitionDelegate #7

Closed marcosgriselli closed 6 years ago

marcosgriselli commented 6 years ago

Now we can now set different animators for UINavigationControllerOperation's .pop, .push and .none. This should be enough to define simple functionality as to push with a animator and dismiss with an other. You can also remove the animator from the delegate using the removeAnimator(forOperation: _) function.