---
title: effectiveContentInsets
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/nscollectionlayoutcontainer/effectivecontentinsets
---

# effectiveContentInsets

The amount of space added around the content of the container to adjust its final size after item content insets are applied.

## Declaration

```swift
var effectiveContentInsets: NSDirectionalEdgeInsets { get }
```

## See Also

### Getting content insets

- [contentInsets](uikit/nscollectionlayoutcontainer/contentinsets.md)
