UISearchController.GetAnimationControllerForPresentedController 方法

定义

返回在视图控制器呈现presented视图控制器以响应对视图控制器发出的source请求时presenting使用的切换动画器。

[Foundation.Export("animationControllerForPresentedController:presentingController:sourceController:")]
public virtual UIKit.IUIViewControllerAnimatedTransitioning GetAnimationControllerForPresentedController (UIKit.UIViewController presented, UIKit.UIViewController presenting, UIKit.UIViewController source);
abstract member GetAnimationControllerForPresentedController : UIKit.UIViewController * UIKit.UIViewController * UIKit.UIViewController -> UIKit.IUIViewControllerAnimatedTransitioning
override this.GetAnimationControllerForPresentedController : UIKit.UIViewController * UIKit.UIViewController * UIKit.UIViewController -> UIKit.IUIViewControllerAnimatedTransitioning

参数

presented
UIViewController
presenting
UIViewController

返回

属性

适用于