UIView.ReadableContentGuide 속성

정의

최소한의 머리 이동으로 사용자가 읽을 수 있는 영역입니다.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UILayoutGuide ReadableContentGuide { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("readableContentGuide", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.ReadableContentGuide : UIKit.UILayoutGuide

속성 값

특성

설명

ReadableContentGuide 텍스트의 단일 열을 배치하기 위한 것입니다. 여러 열을 원하는 경우 P:UIKit.UILayoutGuide.Width 를 최적의 너비에 대한 안내선으로 사용할 수 있습니다.

적용 대상