Share via


UITabBarControllerDelegate_Extensions.GetInteractionControllerForAnimationController Method

Definition

Retrieves the UIViewControllerInteractiveTransitioning used during an interactive transition.

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

Parameters

tabBarController
UITabBarController

Returns

Attributes

Applies to