The problem is when fitting to other screen sizes, the 4:3 aspect ratio is lost:
I’ve tried to use UIAspectRatioConstraint, but that didn’t work.
I know I could do this through scripting, but I was wondering if there is an easier way to achieve this.
I might not be using them correctly. I didn’t do too much research on them and kinda just fiddled around to see what worked. I put the constraint on the Left frame, but instead of moving inward when the screen became more narrow, it would move outward. Any insight is appreciated.
Edit: I figured it out, it was UIAspectRatioConstraint, I was just using it wrong lol. Thank you for replying.