UIWindow.RootViewController Property

Definition

The top-level UIViewController for this UIWindow.

public virtual UIKit.UIViewController RootViewController { [Foundation.Export("rootViewController", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setRootViewController:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.RootViewController : UIKit.UIViewController with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to