---
title: showsInvisibleCharacters
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/nslayoutmanager/showsinvisiblecharacters
---

# showsInvisibleCharacters

A Boolean value that indicates whether to substitute visible glyphs for whitespace and other typically invisible characters.

## Declaration

```swift
var showsInvisibleCharacters: Bool { get set }
```

## See Also

### Configuring the global layout manager options

- [allowsNonContiguousLayout](uikit/nslayoutmanager/allowsnoncontiguouslayout.md)
- [hasNonContiguousLayout](uikit/nslayoutmanager/hasnoncontiguouslayout.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)
