UIKit.UIViewController.LoadView Method
Initializes the UIViewController.View property.

Syntax

[Foundation.Export("loadView")]
public virtual void LoadView ()

See Also

UIViewController.IsViewLoaded
UIViewController.ViewDidLoad
UIViewController.View

Remarks

This method should not be called directly. It is called when the UIViewController.View property is accessed and lazily initialized. Generally, the appropriate UIKit.UIView will be loaded from a nib file, but application developers may override it to create a custom UIKit.UIView. This method should not be overridden to provide general initialization on loading a view, that belongs in the UIViewController.ViewDidLoad method.

Note to Inheritors

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0