UIViewController.IsViewLoaded Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.