ios - Images won't show on iPad Mini compatibility mode -


i'm developing ios app. more specifically, iphone , ipod touch app, since not universal. works fine in 3 screens: non-retina, 3.5" retina , 4" retina.

the problem is: images won't show when running app on ipad mini on compatibility mode. double-checked , made sure have both rankingcell.png , rankingcell@2x.png in folder, in project. before major bug, had minor one: in other area of app, background image of uitableviewcell show little bit dislocated left. none of behaviors happen when app runs on simulator, , tried 3 available hardwares.

is there reason why these images not showing in ipad mini?

screenshot further reference:

enter image description here

just found out problem. stupidity of mine: rankingcell images .jpg, named rankingcell.png.

the reason why occurring in ipad mini because older images being loaded cache on other devices tested, had ran app on them before. unlike ipad, had fresh install. reproduce glitch removing app iphone , building again.

didn't know possible. , since seeing images thumbnails alright, never suspected of such thing.


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -