Share via


UITabBarControllerDelegate_Extensions.GetAnimationControllerForTransition Method

Definition

Retrieves the UIViewControllerAnimatedTransitioning used during a non-interactive transition.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.IUIViewControllerAnimatedTransitioning GetAnimationControllerForTransition(this UIKit.IUITabBarControllerDelegate This, UIKit.UITabBarController tabBarController, UIKit.UIViewController fromViewController, UIKit.UIViewController toViewController);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetAnimationControllerForTransition : UIKit.IUITabBarControllerDelegate * UIKit.UITabBarController * UIKit.UIViewController * UIKit.UIViewController -> UIKit.IUIViewControllerAnimatedTransitioning

Parameters

tabBarController
UITabBarController
fromViewController
UIViewController
toViewController
UIViewController

Returns

Attributes

Applies to