Compartir a través de


UINavigationController.PopToRootViewController(Boolean) Método

Definición

Extrae todos los UIViewController objetos excepto el controlador raíz.

[Foundation.Export("popToRootViewControllerAnimated:")]
public virtual UIKit.UIViewController[] PopToRootViewController (bool animated);
abstract member PopToRootViewController : bool -> UIKit.UIViewController[]
override this.PopToRootViewController : bool -> UIKit.UIViewController[]

Parámetros

animated
Boolean

Valor booleano que indica si se debe animar la transición al controlador raíz.

Devoluciones

Matriz de controlador de vista que se extravía de la pila en el proceso de volver al controlador raíz.

Atributos

Comentarios

Después de esta llamada, el controlador raíz estará en la parte superior de la pila de UINavigationController y el controlador de navegación mostrará la vista del controlador raíz.

Se aplica a