UITabBarControllerDelegate_Extensions.ShouldSelectViewController Method

Definition

Whether the specified UIViewController should be made active.

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

Parameters

This
IUITabBarControllerDelegate

The instance on which this extension method operates.

tabBarController
UITabBarController
viewController
UIViewController

Returns

Applies to