UITabBarControllerDelegate.ShouldSelectViewController Method

Definition

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

Applies to