Skip to main content

Guys I’m selecting in my project constraints to set the top of the element and left, but they aren’t fixed on top and left, the elements are distributing between each other.

That’s probably because you are using a stretch grid, and the objects are getting constrained related to it instead of the frame itself.


You’re correct, thanks for your help =]