Skip to content

Instantly share code, notes, and snippets.

@mendesbarreto
Created June 7, 2017 12:37
Show Gist options
  • Save mendesbarreto/74b8a00ad8f4e431c665c13df4d1c222 to your computer and use it in GitHub Desktop.
Save mendesbarreto/74b8a00ad8f4e431c665c13df4d1c222 to your computer and use it in GitHub Desktop.
let view1 = UIView()
let view2 = UIView()
let view3 = UIView()
let view4 = UIView()
let horizontalStackView = UIStackView(arrangedSubviews: [view1, view2, view3, view4])
horizontalStackView.spacing = 10
horizontalStackView.setCustomSpacing(10, after: view3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment