marcosgriselli / EasyTransitions

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

Supports UIPresentationController transitions #11

Closed marcosgriselli closed 6 years ago

marcosgriselli commented 6 years ago

UIPresentationController transitions follow the same pattern as modals so their implementation is the same. ModalTransitionDelegate got a new property presentationController which we need to setup if we wish to use a UIPresentationController for our transitions. Interactive setup works exactly the same as in the other transitions.