Share via


UITabBarControllerDelegate.GetAnimationControllerForTransition Method

Definition

Retrieves the UIViewControllerAnimatedTransitioning used during a non-interactive transition.

[Foundation.Export("tabBarController:animationControllerForTransitionFromViewController:toViewController:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.IUIViewControllerAnimatedTransitioning GetAnimationControllerForTransition(UIKit.UITabBarController tabBarController, UIKit.UIViewController fromViewController, UIKit.UIViewController toViewController);
[<Foundation.Export("tabBarController:animationControllerForTransitionFromViewController:toViewController:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetAnimationControllerForTransition : UIKit.UITabBarController * UIKit.UIViewController * UIKit.UIViewController -> UIKit.IUIViewControllerAnimatedTransitioning
override this.GetAnimationControllerForTransition : UIKit.UITabBarController * UIKit.UIViewController * UIKit.UIViewController -> UIKit.IUIViewControllerAnimatedTransitioning

Parameters

tabBarController
UITabBarController
fromViewController
UIViewController
toViewController
UIViewController

Returns

Implements

Attributes

Applies to