UIViewController.UpdateViewConstraints 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 when the UIViewController needs to recalculate its layout constraints.
[Foundation.Export("updateViewConstraints")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void UpdateViewConstraints ();
abstract member UpdateViewConstraints : unit -> unit
override this.UpdateViewConstraints : unit -> unit
- Attributes
Remarks
This method allows application developers to add or remove layout constraints dynamically. Application developers who override this method must call base.UpdateViewConstraints()
.