Sdílet prostřednictvím


UINavigationController.PushViewController(UIViewController, Boolean) Method

Definition

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

Parameters

viewController
UIViewController
animated
Boolean
Attributes

Applies to