UITabBarControllerDelegate_Extensions.ViewControllerSelected Method

Definition

Indicates that the app user selected an item from the tab bar.

public static void ViewControllerSelected (this UIKit.IUITabBarControllerDelegate This, UIKit.UITabBarController tabBarController, UIKit.UIViewController viewController);
static member ViewControllerSelected : UIKit.IUITabBarControllerDelegate * UIKit.UITabBarController * UIKit.UIViewController -> unit

Parameters

This
IUITabBarControllerDelegate

The instance on which this extension method operates.

tabBarController
UITabBarController
viewController
UIViewController

Applies to