---
title: frameLayoutGuide
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiscrollview/framelayoutguide
---

# frameLayoutGuide

The layout guide based on the untransformed frame rectangle of the scroll view.

## Declaration

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

## Discussion

Discussion Use this layout guide when you want to create Auto Layout constraints that explicitly involve the frame rectangle of the scroll view itself, as opposed to its content rectangle.

## See Also

### Getting the layout guides

- [contentLayoutGuide](uikit/uiscrollview/contentlayoutguide.md)
