Size anchors
If you use .contentMode
you will still need to define the height and width anchor.
This is because content mode defines how the image is drawn within the bounds of the UIImageView. It doesn't affect the bounds themselves.
If you use .contentMode
you will still need to define the height and width anchor.
This is because content mode defines how the image is drawn within the bounds of the UIImageView. It doesn't affect the bounds themselves.