UI Stops Changing Position When I Rescale Screen

Okay so my UI is most of the time fine, but the only issue is on Iphone X, and all the X’s I think they have a longer screen or something the side where the buttons are shifts to the right a bit, and i’m not sure how to fix.

(Im having the issue on the Iphone X)

Normal:

Iphone 7:

Iphone X:

1 Like

This does occur if your using UIAspectRatio I suggest you can use offset?

1 Like

How will I be able to use offset though, it would make it too big for mobile users, and out of scale.

1 Like

one thing I do is use a script and some simple maths to determine the offset for smaller devices you can do that too?

1 Like