Skip to content

Instantly share code, notes, and snippets.

@agoiabel
Created February 9, 2018 16:27
Show Gist options
  • Select an option

  • Save agoiabel/f82851ed337c7cd7f60a7b302d6290a8 to your computer and use it in GitHub Desktop.

Select an option

Save agoiabel/f82851ed337c7cd7f60a7b302d6290a8 to your computer and use it in GitHub Desktop.
let horizontalConstraint = newView.centerXAnchor.constraint(equalTo: view.centerXAnchor)
view.addConstraints([horizontalConstraint])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment