2

I have found black space on top and bottom in device even configure well. I don't think it's quite relevant to launch image. Please let me know how to fix it? enter image description here

PPShein
  • 13,309
  • 42
  • 142
  • 227

4 Answers4

2

Include Default images e.g Default.png,Default-568.png etc for all resolutions.This happens when app cannot find default image.

Fawad Masud
  • 12,219
  • 3
  • 25
  • 34
2

I had the same issue with iOS 7 devices, adding launch images fixed my issue. ps make sure they are in the correct format: https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/LaunchImages.html

Jad Feitrouni
  • 637
  • 6
  • 12
1

Click on "Use asset Catalog" and Migrate for launch image source in target->General->App Icon and Launch Images.

Hardik Kardani
  • 576
  • 3
  • 24
1

Due to not having Launch image for "Iphone 5" size( Default-568h@2x.png ) Your View pretend it as "Iphone 4" size device. That's the reason for blank space.

Answer is:

Add launch image Named as Default-568h@2x.png with 640x1136 size.

Let me knew if you need more help regarding this.

Vishal Sharma
  • 1,733
  • 2
  • 12
  • 32