UINavigationController.SetViewControllers(UIViewController[], Boolean) 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.
Remplace les contrôleurs dans la pile de navigation du contrôleur de navigation.
[Foundation.Export("setViewControllers:animated:")]
public virtual void SetViewControllers (UIKit.UIViewController[] controllers, bool animated);
abstract member SetViewControllers : UIKit.UIViewController[] * bool -> unit
override this.SetViewControllers : UIKit.UIViewController[] * bool -> unit
Paramètres
- controllers
- UIViewController[]
Tableau de contrôleurs à placer dans la pile de navigation
Ce paramètre peut être null
.
- animated
- Boolean
Boolean pour contrôler si la transition du contrôleur le plus haut doit être animée.
- Attributs
Remarques
Le dernier contrôleur du tableau sera placé en haut de la pile de navigation.