Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.

Explore transition application to specific view controllers #91

Open
jverkoey opened this issue Apr 12, 2017 · 0 comments
Open

Explore transition application to specific view controllers #91

jverkoey opened this issue Apr 12, 2017 · 0 comments

Comments

@jverkoey
Copy link
Contributor

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 jverkoey added this to jverkoey (featherless) in Ownership Apr 12, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Ownership
jverkoey (featherless)
Development

No branches or pull requests

1 participant