UIViewController.ViewDidLayoutSubviews 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 View has laid out its subviews.
[Foundation.Export("viewDidLayoutSubviews")]
public virtual void ViewDidLayoutSubviews ();
abstract member ViewDidLayoutSubviews : unit -> unit
override this.ViewDidLayoutSubviews : unit -> unit
- Attributes
Remarks
This method is called after this UIViewController’s View has laid out its subviews (which happens when the Bounds property is modified).