Share via


UITabBarGetDisplayedViewControllers Delegate

Definition

public delegate UIKit.UIViewController[] UITabBarGetDisplayedViewControllers(UITabBarController tabBarController, UITab tab, UIViewController[] proposedViewControllers);
type UITabBarGetDisplayedViewControllers = delegate of UITabBarController * UITab * UIViewController[] -> UIViewController[]

Parameters

tabBarController
UITabBarController
tab
UITab
proposedViewControllers
UIViewController[]

Return Value

Applies to