Interface UIViewControllerTransitionCoordinatorContext

All Superinterfaces:
NSObjectProtocol, ObjCProtocol
All Known Subinterfaces:
UIViewControllerTransitionCoordinator
All Known Implementing Classes:
UIViewControllerTransitionCoordinatorAdapter, UIViewControllerTransitionCoordinatorContextAdapter

public interface UIViewControllerTransitionCoordinatorContext
extends NSObjectProtocol
  • Method Details

    • isAnimated

      boolean isAnimated()
    • getPresentationStyle

      UIModalPresentationStyle getPresentationStyle()
    • isInitiallyInteractive

      boolean isInitiallyInteractive()
    • isInterruptible

      boolean isInterruptible()
      Since:
      Available in iOS 10.0 and later.
    • isInteractive

      boolean isInteractive()
    • isCancelled

      boolean isCancelled()
    • getTransitionDuration

      double getTransitionDuration()
    • getPercentComplete

      double getPercentComplete()
    • getCompletionVelocity

      double getCompletionVelocity()
    • getCompletionCurve

      UIViewAnimationCurve getCompletionCurve()
    • getContainerView

      UIView getContainerView()
    • getTargetTransform

      CGAffineTransform getTargetTransform()
    • getViewController

      UIViewController getViewController​(String key)
    • getView

      UIView getView​(String key)