---
title: adjustedContentInset
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiscrollview/adjustedcontentinset
---

# adjustedContentInset

The insets derived from the content insets and the safe area of the scroll view.

## Declaration

```swift
var adjustedContentInset: UIEdgeInsets { get }
```

## Discussion

Discussion Use this property to obtain the adjusted area in which to draw content. The contentInsetAdjustmentBehavior property determines whether the safe area insets are included in the adjustment. The safe area insets are then added to the values in the contentInset property to obtain the final value of this property.

## See Also

### Managing the content inset behavior

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