Removing LaunchScreen messes up the looks of the app

▼魔方 西西 提交于 2019-12-08 14:21:53

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!