Contents

setContentOffset(_:animated:)

Sets the offset distance between the content and the browser’s origin.

Declaration

func setContentOffset(_ contentOffset: CGPoint, animated: Bool)

Parameters

  • contentOffset:

    The distance that the content is offset from the browser’s origin.

  • animated:

    A Boolean value that determines whether the change is animated. If True, the change is animated at a constant velocity. If False, the change takes place immediately.

Discussion

Increasing the offset’s x value shifts the content to the left. Increasing the offset’s y value shifts the content upward.

See Also

Managing the Browser’s Appearance