---
title: contentLayoutGuide
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiscrollview/contentlayoutguide
---

# contentLayoutGuide

The layout guide based on the untranslated content rectangle of the scroll view.

## Declaration

```swift
var contentLayoutGuide: UILayoutGuide { get }
```

## Discussion

Discussion Use this layout guide when you want to create Auto Layout constraints related to the content area of a scroll view.

## See Also

### Getting the layout guides

- [frameLayoutGuide](uikit/uiscrollview/framelayoutguide.md)
