UIViewControllerTransitioningDelegate.GetAnimationControllerForDismissedController 方法

定义

调用消除动画时,可以重写此方法以提供自定义 UIViewControllerAnimatedTransitioning。

[Foundation.Export("animationControllerForDismissedController:")]
public virtual UIKit.IUIViewControllerAnimatedTransitioning GetAnimationControllerForDismissedController(UIKit.UIViewController dismissed);
abstract member GetAnimationControllerForDismissedController : UIKit.UIViewController -> UIKit.IUIViewControllerAnimatedTransitioning
override this.GetAnimationControllerForDismissedController : UIKit.UIViewController -> UIKit.IUIViewControllerAnimatedTransitioning

参数

dismissed
UIViewController

返回

属性

适用于