Is there a way to set different spacing in Auto layout?

in the image, it shows two spacing with the arrows, I’d like to set different numbers for the two spacings, but it seems like when the numbers are changing, the two spacings will change together and they always stay in the same width/length, can I set them individually?
iShot_2023-09-02_04.30.44

2 Likes

Nope, you cannot

2 Likes

This should become possible, because we’re currently wrapping elements in additional auto layout containers to apply the appropriate spacing between two child elements and that is just wrong. I’ve seen this mentioned quite a few times previously.

4 Likes

:sob:thanks, i thought there are ways

yep, i also hope this can be realistic

Or you can make a spacer component and stick it in between other elements.

1 Like