UIView.ReadableContentGuide Property

Definition

An area that can be read by the user with minimal head moving.

[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

Property Value

Attributes

Remarks

The ReadableContentGuide is intended for laying out a single column of text. If multiple columns are desired, the P:UIKit.UILayoutGuide.Width can be used as a guide to the optimal width.

Applies to