I currently have this UIGridLayout with frames inside which all have UIAspectConstraints
When resizing screens to e.g. phone size, there tends to be really big gaps and it looks really ugly
You really only need a UIAspectRatio on the container frame and not the children itself. Try removing the constraint on the children and tell me if it works
Tell me what I’m doing wrong it doesn’t work for me:
EDIT: Okay nevermind it seems like I just had to interact with the gui in order for it to work
Learn something new every day (and feel stupider everyday lol)