LaunchScreen IOS Xamarin Forms Not Showing

跟風遠走 提交于 2021-01-29 13:10:18

问题


I followed some tutorials on how to display my launch screen on ios. but it is still not showing. what I am missing?. All I see is the default blue screen.

https://docs.microsoft.com/en-us/xamarin/ios/app-fundamentals/images-icons/launch-screens?tabs=macos

This is what I have


回答1:


What you did is enough to change the LaunchScreen of a Xamarin.iOS app. The steps are:

1.Create a new LaunchScreen1.Storyboard and add your custom view there.

2.Change the Launch Screen option in info.plist as you did in the screenshot in the question.

I would suggest you to clean and rebuild your project, and then run it again. Also you can try to uninstall the app in your simulator first and then run your new project.

I uploaded a sample project here and you can check it.



来源:https://stackoverflow.com/questions/60838251/launchscreen-ios-xamarin-forms-not-showing

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