Share via


GKDialogController.PresentViewController(NSViewController) Method

Definition

[Foundation.Export("presentViewController:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool PresentViewController(AppKit.NSViewController viewController);
[<Foundation.Export("presentViewController:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PresentViewController : AppKit.NSViewController -> bool
override this.PresentViewController : AppKit.NSViewController -> bool

Parameters

viewController
NSViewController

Returns

Attributes

Applies to