---
title: adjustedContentInsetDidChange()
framework: uikit
role: symbol
role_heading: Instance Method
path: uikit/uiscrollview/adjustedcontentinsetdidchange()
---

# adjustedContentInsetDidChange()

Notifies the scroll view when the adjusted content insets of the scroll view change.

## Declaration

```swift
func adjustedContentInsetDidChange()
```

## See Also

### Managing the content inset behavior

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