Interface UIViewControllerInteractiveTransitioning

    • Method Detail

      • completionCurve

        default long completionCurve()
      • completionSpeed

        default double completionSpeed()
      • wantsInteractiveStart

        default boolean wantsInteractiveStart()
        In 10.0, if an object conforming to UIViewControllerAnimatedTransitioning is known to be interruptible, it is possible to start it as if it was not interactive and then interrupt the transition and interact with it. In this case, implement this method and return NO. If an interactor does not implement this method, YES is assumed.