---
title: layoutQueue
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/nstextlayoutmanager/layoutqueue
---

# layoutQueue

The queue that the framework dispatches layout operations on.

## Declaration

```swift
var layoutQueue: OperationQueue? { get set }
```

## Discussion

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

## See Also

### Configuring global layout manager options

- [renderingAttributesValidator](uikit/nstextlayoutmanager/renderingattributesvalidator.md)
- [usesFontLeading](uikit/nstextlayoutmanager/usesfontleading.md)
- [usesHyphenation](uikit/nstextlayoutmanager/useshyphenation.md)
- [limitsLayoutForSuspiciousContents](uikit/nstextlayoutmanager/limitslayoutforsuspiciouscontents.md)
