UIView.SetNeedsUpdateConstraints 方法

定义

向自动布局系统指示它必须调用 UpdateConstraints()

[Foundation.Export("setNeedsUpdateConstraints")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetNeedsUpdateConstraints ();
abstract member SetNeedsUpdateConstraints : unit -> unit
override this.SetNeedsUpdateConstraints : unit -> unit
属性

注解

此方法告知自动布局系统调用 UpdateConstraints(),这将计算新的约束参数。

适用于