Contents

layoutQueue

The queue that the framework dispatches layout operations on.

Declaration

var layoutQueue: OperationQueue? { get set }

Discussion

If non-nil, it performs layout in the specified queue until estimatedUsageBounds becomes false.

See Also

Configuring global layout manager options