Share via


UIViewController.PresentModalViewController(UIViewController, Boolean) Method

Definition

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

Parameters

modalViewController
UIViewController
animated
Boolean
Attributes

Applies to