xamarin形式的可扩展ios飞溅图像

时间:2017-09-05 20:30:43

标签: forms xamarin layout splash-screen

我正在使用xamarin表单,现在我在splash.storyboard中设置了IOS启动图像...我按照了一些教程,并在所需的配置中设置了“W any x H any”和“generic”。 。图像出现,它是一个背景图像。问题是:如果我选择GENERIC选项,图像太大而在iPhone中它看起来不太好......我需要一个Scalable Splah图像,我该怎么做? 我正在使用Windows ...但我也可以使用Mac。

enter image description here

1 个答案:

答案 0 :(得分:1)

您可以将ImageView添加到ViewController中,而不是设置根视图的BackgroundImage。有了这个,您可以根据需要灵活设置约束。您可以详细了解自动布局HERE

此外,您还可以在资产目录中的iPhone和iPad中设置不同分辨率的图像。 enter image description here