iOS Launch screen came as black

 Problem:

My app have launch screen and i had assigned in storyboard also configured in info.plist.But it came as black screen.


Solution:

If launchscreen came as black if the following situation

1.Have to check that you had a storyboard with launchscreen viewcontroller as initviewcontroller

2.Also have to check that name is configured in the info.plist file for launchscreen

3.If you are using any images in launchscreen please remove and check if the image persist the issue.

Comments

Popular posts from this blog

Invalid bundle error while upload the app to the app Store

Saved Image in document directory and save path in coredata not able to fetch the image file iOS swift