Share via


UITabBarSelection Delegate

Definition

public delegate bool UITabBarSelection(UITabBarController tabBarController, UIViewController viewController);
type UITabBarSelection = delegate of UITabBarController * UIViewController -> bool

Parameters

tabBarController
UITabBarController
viewController
UIViewController

Return Value

Applies to