Share via


UINavigationController.PopViewController(Boolean) Method

Definition

[Foundation.Export("popViewControllerAnimated:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIViewController PopViewController(bool animated);
[<Foundation.Export("popViewControllerAnimated:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PopViewController : bool -> UIKit.UIViewController
override this.PopViewController : bool -> UIKit.UIViewController

Parameters

animated
Boolean

Returns

Attributes

Applies to