次の方法で共有


UISearchController.GetAnimationControllerForPresentedController メソッド

定義

ビュー コントローラーに対して行われた要求に応答してビュー コントローラーをpresentingpresented表示するときに使用する遷移アニメーターをsource返します。

[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

戻り値

属性

適用対象