I've had this app on app store with no problem until iphone 4 came out. My home page has an image covering the whole screen.
UIImageView added in interface builder, and image path added in interface builder.
In all phones this image shows up; however, the image does not show up in any iphone 4, and instead the user sees a blank screen like the following: Anybody knows what's causing this? thanks
.
I only have 1 set of images with normal resolution
This problem only happens to one of the images in my application which is the background for my home page
- the graphic file should not be corrupted because the exact same image works for all other iphones and itouches
- my image is a jpg file
- image size is 480x270, which in interface builder i make it 563x330 to display only a part of it
- I have no outlet to this uiimageview so it cannot be changed in code