UIViewController.UpdateViewConstraints 方法

定义

当 需要重新计算其布局约束时 UIViewController 调用。

[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
属性

注解

此方法允许应用程序开发人员动态添加或删除布局约束。 重写此方法的应用程序开发人员必须调用 base.UpdateViewConstraints()

适用于