---
title: hasNonContiguousLayout
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/nslayoutmanager/hasnoncontiguouslayout
---

# hasNonContiguousLayout

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

## Declaration

```swift
var hasNonContiguousLayout: Bool { get }
```

## Discussion

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

- [allowsNonContiguousLayout](uikit/nslayoutmanager/allowsnoncontiguouslayout.md)
- [showsInvisibleCharacters](uikit/nslayoutmanager/showsinvisiblecharacters.md)
- [showsControlCharacters](uikit/nslayoutmanager/showscontrolcharacters.md)
- [usesFontLeading](uikit/nslayoutmanager/usesfontleading.md)
- [backgroundLayoutEnabled](appkit/nslayoutmanager/backgroundlayoutenabled.md)
- [limitsLayoutForSuspiciousContents](uikit/nslayoutmanager/limitslayoutforsuspiciouscontents.md)
- [usesDefaultHyphenation](uikit/nslayoutmanager/usesdefaulthyphenation.md)
