---
title: textLayoutManager
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/nstextattachmentviewprovider/textlayoutmanager
---

# textLayoutManager

The text layout manager for this view.

## Declaration

```swift
weak var textLayoutManager: NSTextLayoutManager? { get }
```

## Discussion

Discussion Specify the value of this property at initialization time using the init(textAttachment:parentView:textLayoutManager:location:) initializer.

## See Also

### Defining the contents

- [location](uikit/nstextattachmentviewprovider/location.md)
- [textAttachment](uikit/nstextattachmentviewprovider/textattachment.md)
- [tracksTextAttachmentViewBounds](uikit/nstextattachmentviewprovider/trackstextattachmentviewbounds.md)
- [view](uikit/nstextattachmentviewprovider/view.md)
