Share via


UINavigationController.SetViewControllers(UIViewController[], Boolean) Method

Definition

[Foundation.Export("setViewControllers:animated:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetViewControllers(UIKit.UIViewController[]? controllers, bool animated);
[<Foundation.Export("setViewControllers:animated:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetViewControllers : UIKit.UIViewController[] * bool -> unit
override this.SetViewControllers : UIKit.UIViewController[] * bool -> unit

Parameters

controllers
UIViewController[]
animated
Boolean
Attributes

Applies to