---
title: contentInsetAdjustmentBehavior
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiscrollview/contentinsetadjustmentbehavior-swift.property
---

# contentInsetAdjustmentBehavior

The behavior for determining the adjusted content offsets.

## Declaration

```swift
var contentInsetAdjustmentBehavior: UIScrollView.ContentInsetAdjustmentBehavior { get set }
```

## Discussion

Discussion This property specifies how the safe area insets are used to modify the content area of the scroll view. The default value of this property is UIScrollView.ContentInsetAdjustmentBehavior.automatic.

## See Also

### Managing the content inset behavior

- [adjustedContentInset](uikit/uiscrollview/adjustedcontentinset.md)
- [contentInset](uikit/uiscrollview/contentinset.md)
- [UIScrollView.ContentInsetAdjustmentBehavior](uikit/uiscrollview/contentinsetadjustmentbehavior-swift.enum.md)
- [adjustedContentInsetDidChange()](uikit/uiscrollview/adjustedcontentinsetdidchange().md)
