0

Iam new to ios development,

In my application i designed UI through storyboard. Its looking good when i am using iphone5 with ios 8.1 but with iphone5 and ios 7.1 having some spaces top and bottom of screen.

check this images , what could be the problem?

Please help me in this. Thanks in advance.

iPhone 5 with ios 7.1enter image description here

iphone5 with ios 8.1enter image description here

Jongware
  • 22,200
  • 8
  • 54
  • 100
iosLearner
  • 1,312
  • 1
  • 16
  • 30
  • do you have Default-568@2x.png image? it looks like iOS 7 is taking iphone 4 size storyboard and it occurs bcz of no default image for iphone 5s. – Fahim Parkar Nov 18 '14 at 14:34
  • 1
    @Sudha: please do not add `code ticks` to any random phrase resembling code. Note that all of your accepted edits that only do this are in progress of being rolled back to the previous format. – Jongware Nov 18 '14 at 16:46

1 Answers1

0

Yahoo.. I was able to resolve it.

To resolve the issue, follow the below steps:

  1. Navigate to project settings
  2. Under "App Icons and Launch Images" click on "Use Asset Catalog"
  3. Select "Migrate" on the popup that appears.

Its working fine for me.

iosLearner
  • 1,312
  • 1
  • 16
  • 30