Compartilhar via


UITabBarControllerDelegate.GetAnimationControllerForTransition Método

Definição

Recupera o UIViewControllerAnimatedTransitioning usado durante uma transição não interativa.

[Foundation.Export("tabBarController:animationControllerForTransitionFromViewController:toViewController:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.IUIViewControllerAnimatedTransitioning GetAnimationControllerForTransition (UIKit.UITabBarController tabBarController, UIKit.UIViewController fromViewController, UIKit.UIViewController toViewController);
abstract member GetAnimationControllerForTransition : UIKit.UITabBarController * UIKit.UIViewController * UIKit.UIViewController -> UIKit.IUIViewControllerAnimatedTransitioning
override this.GetAnimationControllerForTransition : UIKit.UITabBarController * UIKit.UIViewController * UIKit.UIViewController -> UIKit.IUIViewControllerAnimatedTransitioning

Parâmetros

tabBarController
UITabBarController
fromViewController
UIViewController
toViewController
UIViewController

Retornos

Atributos

Aplica-se a