Search code examples
iphonelayoutsplash-screenstatusbariphone-5

Screen Layout Issues for iPhone-5 large screens


Possible Duplicate:
How to develop or migrate apps for iPhone 5 screen resolution?

Layout Issue

As I attached an Image, I've generated view in XIB for iPhone-5 screen size. When I'll run as iPhone-4s retina for iPhone5 screen, but It'll show like this in the simulator for the iPhone-4s screen.

I've done with all size settings auto with screen size attributes.

Actually Not getting to the status-bar issue. If the screen is not compatible with large screen, then also status-bar should be on top. But why is it so showing in the middle ?

Can anyone tell me the solution for this asap?

Thanks in advance.


Solution

  • You can add the splash Image to your project named Default-568h@2x.png

    This will show your layout in full screen rather than displaying it in middle.