marcosgriselli / EasyTransitions

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

API update: Setup UIView.animate or UIViewPropertyAnimator (iOS 10+) at convenience #12

Open marcosgriselli opened 6 years ago

marcosgriselli commented 6 years ago

Refactor the Configurator objects to take in an animation type so this can be injected instead of a internal setup value. This will let us support iOS 8+ and still provide the ability to create transitions with UIViewPropertyAnimator.