UIViewControllerInteractiveTransitioning_Extensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods to the IUIViewControllerInteractiveTransitioning interface to support all the methods from the UIViewControllerInteractiveTransitioning protocol.
public static class UIViewControllerInteractiveTransitioning_Extensions
type UIViewControllerInteractiveTransitioning_Extensions = class
- Inheritance
-
UIViewControllerInteractiveTransitioning_Extensions
Remarks
The extension methods for IUIViewControllerInteractiveTransitioning allow developers to treat instances of the interface as having all the optional methods of the original UIViewControllerInteractiveTransitioning protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.
Methods
GetCompletionCurve(IUIViewControllerInteractiveTransitioning) |
Returns the completion curve, which controls the speed of the animation as it progresses. |
GetCompletionSpeed(IUIViewControllerInteractiveTransitioning) |
Returns the overall relative speed of an animation. The default value is 1.0. |
GetWantsInteractiveStart(IUIViewControllerInteractiveTransitioning) |
Gets whether the transition is interactive. |