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()하도록 지시합니다.

적용 대상