---
title: contentOffsetAdjustment
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uicollectionviewlayoutinvalidationcontext/contentoffsetadjustment
---

# contentOffsetAdjustment

The delta value to be applied to the collection view’s content offset.

## Declaration

```swift
var contentOffsetAdjustment: CGPoint { get set }
```

## Discussion

Discussion Use this property to update the content offset of the collection view. The default value of this property is CGPointZero. Changing the value causes the collection view to add the specified x and y values to its contentOffset property. Thus, positive values increase the content offset and negative values decrease it.

## See Also

### Invalidating the Content Area

- [contentSizeAdjustment](uikit/uicollectionviewlayoutinvalidationcontext/contentsizeadjustment.md)
