UISearchController.GetAnimationControllerForPresentedController 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.
Returns the transition animator to use when the presenting
view controller presents the presented
view controller in response to a request that was made to the source
view controller.
[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
Parameters
- presented
- UIViewController
- presenting
- UIViewController
- source
- UIViewController
Returns
- Attributes