简体   繁体   English

iOS Xamarin表单在哪里显示启动屏幕图像?

[英]From where Launch Screen Images Shows on iOS Xamarin Forms?

In side my project I have LaunchScreen.storyboard file where I create a Launch screen and also I keep the launch screen images Inside AssetCatelog>LaunchImages 在我的项目旁边,我有LaunchScreen.storyboard文件,在其中创建启动屏幕,并将启动屏幕图像保留在AssetCatelog> LaunchImages内部

so from where my launch screen showing? 那么从我的启动屏幕显示的位置呢? and also Unable to set the position of my App Logo center inside LaunchScreen.storyboard while changing the device the logo automatically changes to another devices 并且在更改设备时无法设置我的应用徽标中心在LaunchScreen.storyboard中的位置,徽标会自动更改为其他设备

Here is two sample 这是两个样本 在此处输入图片说明 在此处输入图片说明

I guess the constraints to the logo image within the launch storyboard are missing. 我猜想缺少启动情节提要中徽标图像的约束。

You will have to add the center vertically and horizontally constraints as in the gif below. 您将必须在垂直和水平方向添加中心约束,如下所示。

You might also need to add the width and height constraints. 您可能还需要添加宽度和高度限制。

在此处输入图片说明

You can check this tutorials on autolayout 您可以在自动布局上查看本教程

enter link description here 在此处输入链接说明

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

相关问题 适用于iOS的Xamarin表单:初始屏幕显示蓝色边框 - Xamarin Forms for iOS: Splash Screen shows blue border Xamarin.Forms 应用程序在 IOS 上显示蓝屏,然后应用程序关闭 - Xamarin.Forms app shows blue screen on IOS then the app closes Xamarin iOS 哪里是图库中的图像 - Xamarin iOS where are images from gallery Xamarin iOS启动屏幕图像在故事板中不从资产目录拉出 - Xamarin iOS Launch Screen Image In Storyboard Not Pulling From Asset Catalog Xamarin表单在Android上显示Binded Webview,但在等待的任务上不在IOS上显示 - Xamarin forms Binded Webview shows on Android but not on IOS from an awaited task 根据我的Xamarin Forms iOS应用中的文化更改启动屏幕故事板图像 - Change a launch screen storyboard image based on culture on my Xamarin Forms iOS app 如何从Xamarin Forms显示iOS添加联系人屏幕? - How to show iOS add contact screen from Xamarin Forms? 如何在Xamarin iOS中将启动屏幕设置为Assets.xcassets目录中的图像? - How to set launch screen in Xamarin iOS to images in Assets.xcassets directory? Xamarin - 如何集中启动屏幕图像(iOS)? - Xamarin - how to center a launch screen image (iOS)? WebView 在 Android 上显示,但不在 iOS Xamarin Forms 上显示 - WebView shows on Android but not on iOS Xamarin Forms
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM