I’m not really good when it comes to GUI but I’ve made one for the currency system inside my game and problem is that the position of the gui isn’t consistent no matter what I do. Here is an example:
This is what it is supposed to look like:
and it works good with tablets and PCs however on small phones such as iphone 6:
How would I keep the same distance between the three frames like in the first picture for all devices?
I tried scale, UIAspectRatioConstraint , Anchor point and none of them worked. Any help?