Hello, im using autoscale pro and all that to fix my UI and try and make it fit all screens but it just doesn’t work, I really need help if someone can show me in a tc or just explain to me here.
It seems like you’re using scale for all of the elements, but there is an easy fix. I assume that the big white frame is the parent of all those elements. If so, all you need to do is insert a UIAspectRatioConstraint inside of it. Then set its aspect ratio to what you’d normally expect. For example, if your intended size is 800x300px, then set it to 800/300 aka 2.666.