I designed 1 app, that is working fine for iPhone 4 but as you know iPhone 5 height got increased, so now my UI looks horrible in iPhone 5, Please help me how can i fix that, Is apple provided any way to resolve that same as they provided for retina (i.e. imageName@2x).
Thanks in advance.
First, you must define a new splash screen for the 4-inch screen. The image should be named “Default-568h@2x.png“, and when you add it to your project, your app will appears occupying the entire screen.
There is no suffix to set images for the new screen. You will have to create new images, name them as you like and check the size of the screen to find out which should display.
I suggest you create a macro, like this:
In its implementation, check to display the correct image: