BasicTransitionAnimator
public class BasicTransitionAnimator : NSObject, UIViewControllerAnimatedTransitioning
Undocumented
-
Initialize a new animator with animatio options and duration.
Declaration
Swift
public init(options: UIView.AnimationOptions = .transitionCrossDissolve, duration: TimeInterval = 0.4)
Parameters
options
animation options
duration
animation duration
-
Undocumented
Declaration
Swift
public func transitionDuration(using transitionContext: UIViewControllerContextTransitioning?) -> TimeInterval
-
Undocumented
Declaration
Swift
public func animateTransition(using transitionContext: UIViewControllerContextTransitioning)