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.
UIPresentationController
transitions follow the same pattern as modals so their implementation is the same.ModalTransitionDelegate
got a new propertypresentationController
which we need to setup if we wish to use aUIPresentationController
for our transitions. Interactive setup works exactly the same as in the other transitions.