material-motion-swift icon indicating copy to clipboard operation
material-motion-swift copied to clipboard

Explore transition application to specific view controllers

Open jverkoey opened this issue 8 years ago • 0 comments

Related to #90, it may be nice to able to pick which view controller a transition affects, rather than having transitions always assume what should move.

For example, in a typical transition with a back and fore view controller, we might want to slide the fore view controller and scale the back view controller.

One option (I don't like this):

viewController.transitionController.foreViewControllerTransition = SlideTransition.self
viewController.transitionController.backViewControllerTransition = ScaleTransition.self

jverkoey avatar Apr 12 '17 20:04 jverkoey