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.
The queue that the framework dispatches layout operations on.
var layoutQueue: OperationQueue? { get set }If non-nil, it performs layout in the specified queue until estimatedUsageBounds becomes false.