Share via


UITabBarControllerDelegate_Extensions.ShouldSelectViewController Method

Definition

Whether the specified UIViewController should be made active.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ShouldSelectViewController(this UIKit.IUITabBarControllerDelegate This, UIKit.UITabBarController tabBarController, UIKit.UIViewController viewController);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldSelectViewController : UIKit.IUITabBarControllerDelegate * UIKit.UITabBarController * UIKit.UIViewController -> bool

Parameters

tabBarController
UITabBarController
viewController
UIViewController

Returns

Attributes

Applies to