contentOffset
The distance that the content is offset from the browser’s origin.
Declaration
var contentOffset: CGPoint { get set }Discussion
Positive x values shift the content to the left. Positive y values shift the content upward. The default value is CGPointZero.