UIView.UpdateConstraintsIfNeeded 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.
[Foundation.Export("updateConstraintsIfNeeded")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void UpdateConstraintsIfNeeded ();
abstract member UpdateConstraintsIfNeeded : unit -> unit
override this.UpdateConstraintsIfNeeded : unit -> unit
- Attributes
Remarks
Application developers should not overide this method.
This method is called by the Auto Layout system during layout. Application developers may invoke it to ensure that constraints are current.