UINavigationControllerDelegate.GetAnimationControllerForOperation 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.
Chamado pelo sistema para recuperar a animação de transição para o operation
.
[Foundation.Export("navigationController:animationControllerForOperation:fromViewController:toViewController:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.IUIViewControllerAnimatedTransitioning GetAnimationControllerForOperation (UIKit.UINavigationController navigationController, UIKit.UINavigationControllerOperation operation, UIKit.UIViewController fromViewController, UIKit.UIViewController toViewController);
abstract member GetAnimationControllerForOperation : UIKit.UINavigationController * UIKit.UINavigationControllerOperation * UIKit.UIViewController * UIKit.UIViewController -> UIKit.IUIViewControllerAnimatedTransitioning
override this.GetAnimationControllerForOperation : UIKit.UINavigationController * UIKit.UINavigationControllerOperation * UIKit.UIViewController * UIKit.UIViewController -> UIKit.IUIViewControllerAnimatedTransitioning
Parâmetros
- navigationController
- UINavigationController
- operation
- UINavigationControllerOperation
- fromViewController
- UIViewController
- toViewController
- UIViewController
Retornos
- Atributos