Hi there,
I have a GUI I am making for my product. I’ll show you it here:
If I look at it on an iPhone X for example, this happens:
It is automatically ‘scaled’ with AutoScale Plus. How do I fix the weird stretching issue?
Thanks.
Hi there,
I have a GUI I am making for my product. I’ll show you it here:
If I look at it on an iPhone X for example, this happens:
It is automatically ‘scaled’ with AutoScale Plus. How do I fix the weird stretching issue?
Thanks.
Set ScaleType to fit for icons, and use constraints for UI scaling, just scale is not enough
You need to add a “uiaspectratioconstraint” to everything with children. For example, put a constraint inside the main frame but not inside the images/text labels since they (probably) dont have any children inside of them. If you need more help with the constraints go check out the devforum post about the plugin.