I have made an application which includes movie player in it. Video starts playing on touching PLAY button. I have set an image “Play.png” on button and while running on simulator Image shows up but on device image does not show up.. Well I checked application on iOS 4.3 simulator and installed it on device iOS 3.2. Is it because of older version ?
Thanks..
I have made an application which includes movie player in it. Video starts playing
Share
I don’t think OS version matters. Just check the case of your image name and the one you are using.
Once it happened to me because of wrong case of the image name. My image name was “portraitbackground.png” and I was writing “PortraitBackground.png”. Remember the simulator is running on mac os not iOS. Anyway, just check the case and write exactly what the image name is. I think .png and .PNG would also be treated as different but I haven’t experienced it.