Skip to content

Instantly share code, notes, and snippets.

@funky-monkey
Created September 7, 2018 06:46
Show Gist options
  • Save funky-monkey/d33159f12c2e6ff6115da14c567bf552 to your computer and use it in GitHub Desktop.
Save funky-monkey/d33159f12c2e6ff6115da14c567bf552 to your computer and use it in GitHub Desktop.
NSLayoutAnchor
private func applyLayout() {
self.scrollView.widthAnchor.constraint(equalTo: view.widthAnchor).isActive = true
self.scrollView.heightAnchor.constraint(equalTo: view.heightAnchor).isActive = true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment