So I have a button with an image attached to it. It is supposed to resize maintaining its aspect ratio.
The problem is, that when the screen is flipped, the button background is resizing instead of the image itself (the image is maintaining the same size as in portrait mode).
What's strange is that I've had this work seemingly random for some images, while not for others. I'm sure I'm doing something different, I just can't find the inconsistency.
My image constraints are usually: trailing/leading/bottom to the subview, and vertical distance to some content (ex: label).
Any help would be greatly appreciated.