Search code examples
iosxcodexcode7launchimage

iOS: black line on Launch Image from asset catalog


I'm working on a iOS project where I'm using the assets catalog with a Launch Image. Everything seems to be correctly configured, the assets catalog doesn't show me any warnings about image size, but when I test the app, the Launch Image shows with a black line on the left:

Launch Image

My stack is:

  • Xcode 7.1
  • iOS deployment target: 8.1

Thanks in advance.


Solution

    1. Check for the transparent area in image file to rectify this issue.

    2. Replace the rectified launch image to the image assets.

    3. Test the image on the relevant simulator or device.

    I had same problem earlier and solved in the same manner.