UIViewController.ViewDidLoad Method
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.
Called after the controller’s View is loaded into memory.
[Foundation.Export("viewDidLoad")]
public virtual void ViewDidLoad ();
abstract member ViewDidLoad : unit -> unit
override this.ViewDidLoad : unit -> unit
- Attributes
Remarks
This method is called after this
UIViewController's View and its entire view hierarchy have been loaded into memory. This method is called whether the UIView was loaded from a .xib file or programmatically.