I am adding image to project image.png and image@2x.png to my application @2x indicated for retina display, So its do have some image quality where its support for the resolution of the retina. When I am adding the image.png and image@2x.png to my application project its not allowing to add same name!
So, How to differentiate the two images for my project so it need to support the lower and higher version! and display quality! too
I am hoping some one will figure it out with this issue!
@ thanks in advance
Step-1: You need to search for image.png and image@2x.png in your files and groups and delete them. When you right click on them and click Delete, it will show up following image:
Here from the image, you need to click on “Delete” and not “Remove References Only“.
Step-2: Once you do that, you just need to re-add the files to the project by just dragging them into the Resources folder. Also make sure you select “Copy files into project directory if necessary” as shown in below image:
Let me know if you need more help.
Hope this helps