Compartilhar via


UISearchController.GetAnimationControllerForPresentedController Método

Definição

Retorna o animador de transição a ser usado quando o presenting controlador de exibição apresenta o presented controlador de exibição em resposta a uma solicitação feita ao controlador de exibição source .

[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

Retornos

Atributos

Aplica-se a