the title is my entire question. these little slopes to the left and right are perfectly fine looking at 1080P, but get stretched or positioned wrong when above/below.
As @ZakiAndrea said, use a UIAspectRatioConstraint! You’ll want it to scale their size based on the Y value, so that it always reaches the bottom. Maybe mess with the image’s property for size scaling as well as the DominantAxis property of UIAspectRatioConstraints.
Very very sorry for the late response but can I ask you if your Frame size is calculated in offset or in scale? Most of the times scale solves the problem.