问题
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?
回答1:
You will need to manually set the frame of the UIImageView.
来源:https://stackoverflow.com/questions/4442401/ios-2x-elongated-images