In my iPhone app though I'm including high resolution image with naming convention imagename@2x.png but it is not showing higher resolution images for retina display.
What could be wrong?
Please help and suggest
|
In my iPhone app though I'm including high resolution image with naming convention imagename@2x.png but it is not showing higher resolution images for retina display. What could be wrong? Please help and suggest |
||||
|
If you are calling the images programmality try to use:
Make sure you are on a project that supports the retina display. []'s |
|||
|
|
@2ximages are each exactly twice as large (width and height) as their non-@2xversions. – DarkDust Sep 22 '11 at 13:47