Contents

limitsLayoutForSuspiciousContents

A Boolean value that indicates whether the layout manager avoids laying out unusually long or suspicious input.

Declaration

var limitsLayoutForSuspiciousContents: Bool { get set }

Discussion

The default value of this property is false, which causes the layout manager to lay out whatever text you give it. Changing the value to true causes the layout manager to generate invalid layout information when it detects potentially suspicious content.

See Also

Configuring the global layout manager options