UIViewControllerTransitioningDelegate.GetAnimationControllerForDismissedController 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
调用消除动画时,可以重写此方法以提供自定义 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
返回
- 属性