UITabBarControllerDelegate_Extensions.GetInteractionControllerForAnimationController 方法

定义

检索交互式转换期间使用的 UIViewControllerInteractiveTransitioning。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.IUIViewControllerInteractiveTransitioning GetInteractionControllerForAnimationController (this UIKit.IUITabBarControllerDelegate This, UIKit.UITabBarController tabBarController, UIKit.IUIViewControllerAnimatedTransitioning animationController);
static member GetInteractionControllerForAnimationController : UIKit.IUITabBarControllerDelegate * UIKit.UITabBarController * UIKit.IUIViewControllerAnimatedTransitioning -> UIKit.IUIViewControllerInteractiveTransitioning

参数

This
IUITabBarControllerDelegate

此扩展方法操作的实例。

tabBarController
UITabBarController

返回

属性

适用于