ios - UIImageView not loading image on all devices -
this first time posting questions here. far have been able find solution issues have had. 2 weeks i'm struggling strange issue.
issue description:
i'm developing universal application ios 5+. i'm having issue 1 image, not displayed everywhere. background image , displays correctly on iphones (3gs, 4, 4s, 5) , ipad retina. unfortunately there 3 screens on doesn't displays. happens on ipad without retina display. images appears on other screens , can't determine different doesn't display on these 3 screens.
what have tested:
i have tried delete image , add again - nothing changes. have double checked naming of file - fine. have tried load image in view controller , loads. have cleaned application , deleted devices - issue stays.
if happen have suggestions on can cause of strange behavior please give me hint.
ok, since image in project , target, here's couple of other reasons cause issue
the file extension , type of file don't match. try saving in format , use in app. see if works
you mentioned universal app? naming images correctly (image.png, image@2x.png, image~ipad.png , image@2x~ipad.png
Comments
Post a Comment