Interface UIViewControllerInteractiveTransitioning

All Superinterfaces:
NSObjectProtocol, ObjCProtocol
All Known Implementing Classes:
UIPercentDrivenInteractiveTransition, UIViewControllerInteractiveTransitioningAdapter

public interface UIViewControllerInteractiveTransitioning
extends NSObjectProtocol
  • Method Details

    • getCompletionSpeed

      double getCompletionSpeed()
    • getCompletionCurve

      UIViewAnimationCurve getCompletionCurve()
    • wantsInteractiveStart

      boolean wantsInteractiveStart()
      Since:
      Available in iOS 10.0 and later.
    • startInteractiveTransition

      void startInteractiveTransition​(UIViewControllerContextTransitioning transitionContext)