问题
I added LaunchScreen to my app, just to try it out and it works with no issues. When I went and removed it just by removing LaunchScreen.storyboard file, launch screen still showed up when I run the app. I then removed it from info.plist file and got an unexpected behavior, now my app appears in non-full screen mode and a bit zoomed in. Plus, I get the warning message that I'm missing default @568.png file. How can I revert to the state before adding Launch Screen? Or just remove LaunchScreen without this warning?
LaunchScreen
Before adding LaunchScreen
Thanks All Dusan
回答1:
Have you tried deleting the reference in the field "Launch Screen File" in your app target > "General" section ?
来源:https://stackoverflow.com/questions/34936633/removing-launchscreen-messes-up-the-looks-of-the-app