UISearchController.GetAnimationControllerForDismissedController Method

Definition

Gets the transition animation object to use when the app dismisses this controller.

[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

Parameters

dismissed
UIViewController

Returns

Attributes

Applies to