I'm trying to create a grid using UIStackView, I'm able to do it expect for one problem. i can not make it a perfect square. whenever i set aspect ratio constraint i get conflicts constraints.
the grid is 5✕7
I'm embedding each row in a UIStackView, then all the rows in an outer UIStackView but it doesn't seem to work.
what is the best way to do it?