简体   繁体   English

如何在Xamarin表单的初始屏幕中显示多个图像。 iOS项目

[英]How to show multiple image in splash screen in Xamarin forms. Ios project

I am trying to show multiple images in splash screen. 我正在尝试在初始屏幕中显示多个图像。 Now I am showing only one image. 现在,我只显示一张图像。 How can I show multiple images in Xamarin Forms.ios project. 如何在Xamarin Forms.ios项目中显示多个图像。 Please suggest any idea. 请提出任何想法。 Thanks in advance. 提前致谢。

Look into creating a launch screen using the Interface Builder. 研究使用Interface Builder创建启动屏幕。 You can put images, labels, basically every control on there if you want and set it as the launch screen in your info.plist . 您可以根据需要在其中放置图像,标签,基本上是每个控件,并将其设置为info.plist的启动屏幕。 When creating a new project you will get a launch screen storyboard file in your iOS project. 创建新项目时,您将在iOS项目中获得启动屏幕故事板文件。

https://developer.xamarin.com/guides/ios/user_interface/designer/introduction/ https://developer.xamarin.com/guides/ios/user_interface/designer/introduction/

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

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