I am trying to emulate the attribute in Android android:layout_weight="1"
in iOS.
I have a View with 7 Buttons and I want that they all have the same width and the same margin between them. In Android you will put weight 1
for all of them and marginLeft = 5
(except the last one having margin right).
How I can do this on iOS with the interface builder?