Im having an issue with images mainly set in storyboard but also by code, the issue is that if there is a @2x version of the file the image wont display neither in the simulator nor in a device, while being perfectly visible in the storyboard.
this issue only happens if there is an @2x file of the version, i have searched for a couple of days and have already checked that the image is set to the target, that the image name and extension case is correct, and that the image is exactly double the size of the low-res file (30x30 original image, 60x60 @2x image), and i´ve read removing the extension when added programmatically will work for targets 4+ but that didn't work either. I have also tried creating new images and cleaning the build, how ever nothing works, I insist, it is not that the low res image is loades, no images is loaded at all, this is noly for when ther is a @2x file in the resources.
something like:
both images in resources
normal image (not @2x) image set as tab icon in storyboard
icons set with @2x counterpart wont show while icons with no @2x image will
(sorry no images, new user and cant post any)
this also happens if the image is set by code whenever the selected image has a @2x
if anyone has any idea of why this is or how i could solve it i would really appreciate it.
Ok so the only solution that I found for this issue is to delete the original file (non @2x) and leave the @2x file only en reference the regular file (non @2x) in the code or storyboard