共用方式為


UIView.RequiresConstraintBasedLayout 方法

定義

表示 UIView 使用自動設定。

[Foundation.Export("requiresConstraintBasedLayout")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool RequiresConstraintBasedLayout ();
static member RequiresConstraintBasedLayout : unit -> bool

傳回

預設值是 false

屬性

備註

如果應用程式開發人員依賴自動版面配置,則應該覆寫這個方法以傳回 trueUIView

適用於