UIWindow.MakeKeyAndVisible Method

Definition

Makes this UIWindow the key window for the application and makes it visible. (Often the last method called from UIApplicationDelegate.FinishedLaunching.)

[Foundation.Export("makeKeyAndVisible")]
public virtual void MakeKeyAndVisible ();
abstract member MakeKeyAndVisible : unit -> unit
override this.MakeKeyAndVisible : unit -> unit
Attributes

Applies to