AlertAnimationHandler

public class AlertAnimationHandler : NSObject, UIViewControllerTransitioningDelegate

Simple alert controller transition handler

  • Declaration

    Swift

    public enum Types
  • Undocumented

    Declaration

    Swift

    public let type: Types
  • Undocumented

    Declaration

    Swift

    public init(type: Types = .present)
  • Undocumented

    Declaration

    Swift

    public func animationController(forPresented presented: UIViewController, presenting: UIViewController, source: UIViewController) -> UIViewControllerAnimatedTransitioning?
  • Undocumented

    Declaration

    Swift

    public func animationController(forDismissed dismissed: UIViewController) -> UIViewControllerAnimatedTransitioning?