UIDocumentBrowserTransitionController.GetInterruptibleAnimator Method
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.
Returns an interruptible animation for the specified transitionContext
.
[Foundation.Export("interruptibleAnimatorForTransition:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.IUIViewImplicitlyAnimating GetInterruptibleAnimator (UIKit.IUIViewControllerContextTransitioning transitionContext);
abstract member GetInterruptibleAnimator : UIKit.IUIViewControllerContextTransitioning -> UIKit.IUIViewImplicitlyAnimating
override this.GetInterruptibleAnimator : UIKit.IUIViewControllerContextTransitioning -> UIKit.IUIViewImplicitlyAnimating
Parameters
- transitionContext
- IUIViewControllerContextTransitioning
The transition context for the animation.
Returns
- Attributes