Reputation: 1941
I have added @3x images to my project for two targets. when I deploy to device, I am able to notice one app renders correctly and the other is distorted. Both targets use same image. Because of this, images are shown very big and text is overlapping on other buttons. Any help is appreciated. Thanks.
Upvotes: 0
Views: 266
Reputation: 3076
I know for sure it should work. Ensure your @3x images are triple in dimensions. I.e. if your original image is 100x100 pixels, the @3x should be 300x300 pixels. I remember having it less than this and it caused the images to appear larger.
Upvotes: 1