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.