Launch screen came as empty black screen in iOS app
Problem:
I had implemented launch screen with my app.But it's not showing instead of it's showing black screen.
I want to solve that.
Solution:
Add key UILaunchStoryboardName in info.plist
The storyboard name as LaunchScreen.Clean the app and derived data and run the app.It will works fine.
Comments
Post a Comment