---
title: NSAttachmentAttributeName
framework: uikit
role: symbol
role_heading: Global Variable
path: uikit/nsattachmentattributename
---

# NSAttachmentAttributeName

The attachment for the text.

## Declaration

```occ
extern NSAttributedStringKey const NSAttachmentAttributeName;
```

## Discussion

Discussion The value of this attribute is an NSTextAttachment object. The default value of this property is nil, indicating no attachment.

## See Also

### Getting attachment attribute keys

- [NSAdaptiveImageGlyphAttributeName](uikit/nsadaptiveimageglyphattributename.md)
