Question

I have a set of images with @2x for retina display detection. This works fine on most images, however 1 image is elongated. This image was added to an UIImageView in Interface Builder.

I know the names are the same (aside from the @2x part) and the files are both the same type (PNG). What else could be causing this issue?

Was it helpful?

Solution

You will need to manually set the frame of the UIImageView.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top