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