user2102502
user2102502

Reputation: 417

iOS app of xcode 6 not run properly in iOS7 , app leave the some black space from top and bottom

I am creating an ios app in xocde 6 and it run in simulator ( iphone5 iOS 8.0) it work very well. But it not work in iphone 5 iOS 7.0 simulator or iphone iOS 7.0 device. App leave some space from top and bottom .So please help me how can resolve it.

enter image description here

Upvotes: 3

Views: 746

Answers (2)

Sahil
Sahil

Reputation: 54

You need to have launch image to resolve that issue , try with launch of proper dimensions.

Upvotes: 1

iBhavin
iBhavin

Reputation: 1261

First thing is that you must add the required default image for 4 inch screen display. Check Properly in you project have image with name [email protected] (640 × 1136 pixels)

Ones you add this image in to you Project, Remove old Build from device or Simulator, clear Project and re build.

Upvotes: 7

Related Questions