I have a Frame that has 5 buttons inside of it, each one of them has an UIAspectRatioConstraint inside to keep it square.
However, when the frame is resized vertically, the buttons don’t resize along with it:
How would I make it so that the buttons resize along with it while also staying square at all times?