Search code examples
iosswiftautolayoutuistackview

UIStackView; Equal Spacing Between & Outside Elements


UIStackView is awesome, I love Equal Spacing Distribution. But how to achieve the same space also outside of elements dynamically? In my case all elements will have same ratio 1:1

enter image description here


Solution

  • You can add equal spacing using the story board as shown here:

    Source: https://stackoverflow.com/a/32862693/3393964

    enter image description here