Skip to content

Instantly share code, notes, and snippets.

@sTinGe
Created December 20, 2019 07:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sTinGe/7ca886f4e1d4d1639d65a2295336d41d to your computer and use it in GitHub Desktop.
Save sTinGe/7ca886f4e1d4d1639d65a2295336d41d to your computer and use it in GitHub Desktop.
// add constraints through Autolayout Visual Format Language
view.addConstraints(
NSLayoutConstraint.constraints(
withVisualFormat: "H:|-50-[button]",
options: .alignAllTop,
metrics: nil,
views: objects
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment