-
What do you want to achieve?
Im trying to scale my UI properly using UIAspectRationConstraint. The size of frames are fine, but positions are odd. -
What is the issue?
While scaling, the position of certain frames don’t seem to want to change position based on their parent’s size, such as these items.
https://i.gyazo.com/2c8a6b3234b5993e440b4df85c86dc44.gif -
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I have been looking at topics that solve scaling across platforms but nothing regarding the positioning, I am using scaling for everything.
2 Likes
No, I did all my positioning from the corner, putting the anchor point in the middle didn’t help.
That wasn’t the problem, I found out that I needed to use an offset on the total amount I am able to scroll in the scrolling frame.
2 Likes