Contents

hasNonContiguousLayout

A Boolean value that indicates whether the layout manager currently has any areas of noncontiguous layout.

Declaration

var hasNonContiguousLayout: Bool { get }

Discussion

There may be times at which there is no noncontiguous layout, such as when layout is complete; this method enables the layout manager to report that to clients.

For more information about noncontiguous layout, see Noncontiguous Layout.

See Also

Configuring the global layout manager options