Created
June 7, 2017 12:37
-
-
Save mendesbarreto/74b8a00ad8f4e431c665c13df4d1c222 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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