UIViewController.IsViewLoaded Property

Definition

A Boolean indicating whether the View is loaded into memory.

public virtual bool IsViewLoaded { [Foundation.Export("isViewLoaded")] get; }
member this.IsViewLoaded : bool

Property Value

true if the View is currently loaded into memory.

Attributes

Remarks

The View property may be lazily loaded into memory when accessed. This function may be used to determine if that loading has already taken place.

Applies to

See also