Transitions
Example Usage
View Controller 1
greyView.motionIdentifier = "foo"
orangeView.motionIdentifier = "bar"View Controller 2
isMotionEnabled = true
greyView.motionIdentifier = "foo"
orangeView.motionIdentifier = "bar"
orangeView.transition(.translate(x: -100))UINavigationController, UITabBarController, and UIViewController Transitions
Example Usage
UINavigationController
Last updated











