FluidViewControllerTransitioningDelegate
public class FluidViewControllerTransitioningDelegate : NSObject, FluidControllerDelegateCompatible
A class that conforms to UIViewControllerTransitioningDelegate protocol.
-
Undocumented
Declaration
Swift
public override init()
-
Undocumented
Declaration
Swift
public func animationController(forPresented presented: UIViewController, presenting: UIViewController, source: UIViewController) -> UIViewControllerAnimatedTransitioning? -
Undocumented
Declaration
Swift
public func animationController(forDismissed dismissed: UIViewController) -> UIViewControllerAnimatedTransitioning? -
Undocumented
Declaration
Swift
public func interactionControllerForPresentation(using animator: UIViewControllerAnimatedTransitioning) -> UIViewControllerInteractiveTransitioning? -
Undocumented
Declaration
Swift
public func interactionControllerForDismissal(using animator: UIViewControllerAnimatedTransitioning) -> UIViewControllerInteractiveTransitioning?
View on GitHub
FluidViewControllerTransitioningDelegate Class Reference