Share via


UITabBarControllerDelegate_Extensions.GetDisplayedViewControllers Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIViewController[] GetDisplayedViewControllers(this UIKit.IUITabBarControllerDelegate This, UIKit.UITabBarController tabBarController, UIKit.UITab tab, UIKit.UIViewController[] proposedViewControllers);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetDisplayedViewControllers : UIKit.IUITabBarControllerDelegate * UIKit.UITabBarController * UIKit.UITab * UIKit.UIViewController[] -> UIKit.UIViewController[]

Parameters

tabBarController
UITabBarController
tab
UITab
proposedViewControllers
UIViewController[]

Returns

Attributes

Applies to