UINavigationController.PopViewController(Boolean) Method

Definition

Pops the top UIViewController off the stack and updates the display.

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

Parameters

animated
Boolean

Returns

Attributes

Applies to