LaunchScreen IOS Xamarin Forms Not Showing
问题 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