<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIScrollView/adjustedContentInset",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIScrollView(py)adjustedContentInset"
  },
  "title" : "adjustedContentInset"
}
-->

# adjustedContentInset

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

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

## Discussion

Use this property to obtain the adjusted area in which to draw content. The [`contentInsetAdjustmentBehavior`](/documentation/UIKit/UIScrollView/contentInsetAdjustmentBehavior-swift.property) 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`](/documentation/UIKit/UIScrollView/contentInset) property to obtain the final value of this property.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)