Skip to content

Instantly share code, notes, and snippets.

@jscalo
Created December 18, 2020 18:19
Show Gist options
  • Save jscalo/96f195417ed31465d7c948af1b925dfc to your computer and use it in GitHub Desktop.
Save jscalo/96f195417ed31465d7c948af1b925dfc to your computer and use it in GitHub Desktop.
private func updateScrollViewSize() {
scrollView.contentSize =
CGSize(width: bounds.width * viewPort.zoom,
height: bounds.height)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment