UIViewControllerTransitioningDelegate.GetAnimationControllerForPresentedController Método

Definición

Devuelve el controlador de animación que se usa cuando presenting presenta presented.

[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

Parámetros

presented
UIViewController
presenting
UIViewController

Devoluciones

Atributos

Se aplica a