Contents

scrollTo(point:)

Scrolls the position of the scroll view to the point you provide.

Declaration

mutating func scrollTo(point: CGPoint)

Discussion

The scroll view will clamp this value to only scroll to the size of its actual content.