Skip to content

Instantly share code, notes, and snippets.

@jscalo
Created December 18, 2020 18:19
Show Gist options
  • Save jscalo/8775d519ef2728072d25dfba34b178ff to your computer and use it in GitHub Desktop.
Save jscalo/8775d519ef2728072d25dfba34b178ff to your computer and use it in GitHub Desktop.
override func layoutSubviews() {
super.layoutSubviews()
let scale = bounds.width / lastBounds.width
scrollView.recenterForScale(scale)
lastBounds = bounds
updateScrollViewSize()
update()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment