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

# contentOffsetAdjustment

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

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

## Discussion

Use this property to update the content offset of the collection view. The default value of this property is <doc://com.apple.documentation/documentation/CoreGraphics/CGPointZero>. Changing the value causes the collection view to add the specified x and y values to its [`contentOffset`](/documentation/UIKit/UIScrollView/contentOffset) property. Thus, positive values increase the content offset and negative values decrease it.

---

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)