UISearchController.GetAnimationControllerForPresentedController Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
- source
- UIViewController
Retornos
- Atributos