如何在launch.storybord + xamarin.forms中将图像设置为背景

时间:2017-12-08 09:34:02

标签: ios xamarin.forms splash-screen

最近发布的xamarin发布屏幕可以从故事板而不是旧方法设计,我们根据明智的方式添加了所有的闪屏图像。

https://developer.xamarin.com/guides/ios/application_fundamentals/working_with_images/launch-screens/

从此链接了解如何使用故事板设置启动画面。

所以我的问题是如何将图像设置为故事板的背景而不想要背景颜色。

我需要图像作为背景,我可以在其上放置徽标图像和标签。

有可能吗?如果是,那么如何。

请帮忙。

see here

1 个答案:

答案 0 :(得分:3)

您需要在imageView上设置top,bottom,leading,trailing约束。

  1. 选择Constraint edit mode,然后点击两次以显示可以拖动以设置约束的一侧的点。

    enter image description here

  2. 将约束值修改为0(在“属性”菜单中)。

    enter image description here

  3. 对四个约束做同样的工作。

    enter image description here

  4. 请参阅Auto Layout with the Xamarin Designer for iOS