---
title: "removeLayoutManager(_:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/nstextstorage/removelayoutmanager(_:)"
---

# removeLayoutManager(_:)

Removes a layout manager from the text storage object’s set of layout managers.

## Declaration

```swift
func removeLayoutManager(_ aLayoutManager: NSLayoutManager)
```

## Parameters

- `aLayoutManager`: The layout manager to remove.

## See Also

### Accessing the layout managers

- [layoutManagers](uikit/nstextstorage/layoutmanagers.md)
- [addLayoutManager(_:)](uikit/nstextstorage/addlayoutmanager(_:).md)
