Freigeben über


UITabBarSelection Delegat

Definition

Der delegat, der dem ShouldSelectViewController Ereignis zugeordnet ist.

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

Parameter

tabBarController
UITabBarController

Das dem Ereignis zugeordnete UITabBarController.

viewController
UIViewController

Die UIViewController für die Registerkarte, die vom Anwendungsbenutzer ausgewählt wurde.

Rückgabewert

Gilt für: