UITabBarControllerDelegate.ViewControllerSelected Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique que l’utilisateur de l’application a sélectionné un élément dans la barre d’onglets.
[Foundation.Export("tabBarController:didSelectViewController:")]
public virtual void ViewControllerSelected (UIKit.UITabBarController tabBarController, UIKit.UIViewController viewController);
abstract member ViewControllerSelected : UIKit.UITabBarController * UIKit.UIViewController -> unit
override this.ViewControllerSelected : UIKit.UITabBarController * UIKit.UIViewController -> unit
Paramètres
- tabBarController
- UITabBarController
- viewController
- UIViewController
- Attributs