How to add Equal Spacing and equal width for button in iOS Auto layout

check this image and made your constraints like below…

enter image description here

RESULT:- preview in different sizes

enter image description here


With Stackview (For iOS 9.0 and above)

enter image description here

NOTE: If you have to make app for iOS 9 and later then UIStackView is another option for you

Leave a Comment