---
title: "init(imageContent:)"
framework: uikit
role: symbol
role_heading: Initializer
path: "uikit/nsadaptiveimageglyph/init(imagecontent:)"
---

# init(imageContent:)

Create an adaptive image glyph from previously saved data.

## Declaration

```swift
init(imageContent: Data)
```

## Parameters

- `imageContent`: The raw image data you obtained previously from an adaptive image glyph. Typically, you receive adaptive images from the text system, store their data with the rest of your content, and use the data to recreate the adaptive image later.

## Return Value

Return Value A new adaptive image glyph with the identifier and details from the image data.

## Discussion

Discussion Use this initializer to create an adaptive image glyph from data you previously saved.

## See Also

### Creating an adaptive image glyph

- [init(coder:)](uikit/nsadaptiveimageglyph/init(coder:).md)
