我正在使用xamarin表单,现在我在splash.storyboard中设置了IOS启动图像...我按照了一些教程,并在所需的配置中设置了“W any x H any”和“generic”。 。图像出现,它是一个背景图像。问题是:如果我选择GENERIC选项,图像太大而在iPhone中它看起来不太好......我需要一个Scalable Splah图像,我该怎么做? 我正在使用Windows ...但我也可以使用Mac。
答案 0 :(得分:1)
您可以将ImageView添加到ViewController中,而不是设置根视图的BackgroundImage。有了这个,您可以根据需要灵活设置约束。您可以详细了解自动布局HERE。