Share via


UITabBarTabSelection Delegate

Definition

public delegate bool UITabBarTabSelection(UITabBarController tabBarController, UITab tab);
type UITabBarTabSelection = delegate of UITabBarController * UITab -> bool

Parameters

tabBarController
UITabBarController
tab
UITab

Return Value

Applies to