UITabBarControllerDelegate_Extensions.ShouldSelectViewController Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The instance on which this extension method operates.
- tabBarController
- UITabBarController
- viewController
- UIViewController