The gui I made breaks when I reduce the screen size. i need your help. thanks!
Note: I am bad at ui design.
The gui I made breaks when I reduce the screen size. i need your help. thanks!
Note: I am bad at ui design.
I’m also not particularly experienced with ui design, but I believe the issue could potentially be using offset for sizing and positioning the images or just the change in screen proportions. Either using a UIAspectRatioConstraint or converting the size/position to scale if it isn’t might help.
I think that happens because you use the offset instead of the scale.