contentOffsetAdjustment
The delta value to be applied to the collection view’s content offset.
Declaration
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 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.