UISearchController.GetAnimationControllerForPresentedController Method

Definition

Returns the animation controller that is used when presenting presents presented.

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

Parameters

presented
UIViewController
presenting
UIViewController

Returns

Implements

Attributes

Applies to