public interface UIViewControllerInteractiveTransitioning
| Modifier and Type | Method and Description |
|---|---|
default long |
completionCurve() |
default double |
completionSpeed() |
void |
startInteractiveTransition(UIViewControllerContextTransitioning transitionContext) |
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.
|
default long completionCurve()
default double completionSpeed()
void startInteractiveTransition(UIViewControllerContextTransitioning transitionContext)
default boolean wantsInteractiveStart()