UIViewController.ViewWillLayoutSubviews Method

Definition

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).

Applies to

See also