UIView.HasAmbiguousLayout 속성

정의

이 에 대한 자동 레이아웃이 UIView 모호한 경우 를 반환 true 합니다.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool HasAmbiguousLayout { [Foundation.Export("hasAmbiguousLayout")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.HasAmbiguousLayout : bool

속성 값

의 제약 조건이 맞춤 사각형을 정확하게 지정하기에 충분한 경우 UIView를 반환 false 합니다.

특성

설명

프로덕션 애플리케이션에서 사용해서는 안 되는 디버깅 방법입니다.

이 메서드를 사용하여 에 대한 UIView s NSLayoutConstraint집합이 맞춤 사각형을 완전히 결정하기에 충분한지 또는 모호한지 확인할 수 있습니다.

적용 대상