Partager via


UINavigationController.SetViewControllers(UIViewController[], Boolean) Méthode

Définition

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.

S’applique à