---
title: supportsAdaptiveImageGlyph
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitextinput/supportsadaptiveimageglyph
---

# supportsAdaptiveImageGlyph

A Boolean value that indicates whether the document supports adaptive images in the input.

## Declaration

```swift
optional var supportsAdaptiveImageGlyph: Bool { get set }
```

## Discussion

Discussion When this property is false, the input system doesn’t allow the text input to contain adaptive images. Set the value of this property to true only if your document supports adaptive images and handles them properly. For more information, see NSAdaptiveImageGlyph

## See Also

### Supporting adaptive images

- [insert(_:replacementRange:)](uikit/uitextinput/insert(_:replacementrange:).md)
