Tween doesn't work on smaller devices because of UISizeConstraint

On smaller devices my tweens don’t work due to the UISizeConstraint I have on my frame. This is to make the frame bigger on some devices where it appears too small (Yes, I have the size set to scale on my UI elements). Are there any workarounds or fixes for this issue?

To fix this issue, add UIScale to the frame.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.