UISearchController.GetAnimationControllerForDismissedController Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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