简体   繁体   English

iOS中全屏的背景图片

[英]Background image for full screen in ios

I want to set the full screen image in storyboard. 我想在情节提要中设置全屏图像。 It should not stretch as Apple has provided many variations in width & height. 由于苹果提供了许多宽度和高度的变化,因此它不应拉伸。 So I am using device from iPhone SE to iPhone XS Max . 所以我正在使用从iPhone SE到iPhone XS Max的设备 So what should be the 1x, 2X & 3X for adding images in assets. 因此用于在资产中添加图像的1x,2X和3X应该是什么。

I tried to add launchimage for full screen, but that is not displaying on storyboard & neither in app. 我试图为全屏添加launchimage ,但未在Storyboard上显示,也未在应用程序中显示。

Any help will be appreciated. 任何帮助将不胜感激。 Thanks! 谢谢!

  1. Give autoresizing constraint to your imageview. 给您的imageview自动调整大小约束。

在此处输入图片说明

  1. Set ContentMode : Aspect Fit. 设置ContentMode:宽高比适合。 Your image will not stretch 您的图片不会拉伸

在此处输入图片说明

This will solve your issue. 这样可以解决您的问题。

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

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