UITabBarControllerDelegate.ShouldSelectViewController Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt an, ob der angegebene UIViewController aktiv gemacht werden soll.
[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
Parameter
- tabBarController
- UITabBarController
- viewController
- UIViewController
Gibt zurück
- Attribute