Skip to content

Instantly share code, notes, and snippets.

@sTinGe
Created December 21, 2019 06:15
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/315f58f273d71a8cdf5dd8296e23d67e to your computer and use it in GitHub Desktop.
Save sTinGe/315f58f273d71a8cdf5dd8296e23d67e to your computer and use it in GitHub Desktop.
NSLayoutConstraint.activate([
play.rightAnchor.constraint(
equalTo: guide_mark.leftAnchor,
constant: -8
)
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment