简体   繁体   English

Xamarin.Forms中未显示iOS Launchscreen

[英]iOS Launchscreen is not being displayed in Xamarin.Forms

I don't know what happened but since some days ago the LaunchScreen is not being displayed. 我不知道发生了什么,但是由于几天前没有显示LaunchScreen。 Check the following: 检查以下内容:

在此处输入图片说明

在此处输入图片说明

在此处输入图片说明

Any ideas? 有任何想法吗?

Seems that you want to use LaunchImage Assets for your LaunchScreen . 看来,要使用LaunchImage Assets为您LaunchScreen You are setting Source & LaunchScreen , both, at the same time. 您要同时设置SourceLaunchScreen

If you want to use LaunchImage Assets , Delete the content inside the Launch Screen in info.plist as below: 如果要使用LaunchImage Assets ,请在info.plist的“ Launch Screen中删除内容,如下所示:

在此处输入图片说明

Launch Screen uses the LaunchScreen.storyboard single file to use across the devices (iPhone/iPads). Launch Screen使用LaunchScreen.storyboard单个文件在各个设备(iPhone / iPad)中使用。 While Assets Source uses the Image catalogs, to set specific Launch Image for some specific device of resolution. 虽然Assets Source使用图像目录,但可以为某些特定分辨率的设备设置特定的启动图像。

You have to use both of this options as an alternatives. 您必须同时使用这两个选项。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM