I have designed an image with size 640x960, called Splash@2x.png.
I'm using this image in my App as splash image when the App is starting and it's also used in the first view of my App in a UIImage. The UIImage size is 320x480 and same for the Parent UIView.
The issue is when the UIImage from my App replaces the Image from the Splash, it seems bigger and so it's not good user experience. Why it does not display exactly the same as in the Splash?
Help would be appreciated, thanks!
Séb.