UITabBarControllerDelegate.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.
[Foundation.Export("tabBarController:shouldSelectViewController:")]
public virtual bool ShouldSelectViewController (UIKit.UITabBarController tabBarController, UIKit.UIViewController viewController);
abstract member ShouldSelectViewController : UIKit.UITabBarController * UIKit.UIViewController -> bool
override this.ShouldSelectViewController : UIKit.UITabBarController * UIKit.UIViewController -> bool
Parameters
- tabBarController
- UITabBarController
- viewController
- UIViewController
Returns
- Attributes