gpt4 book ai didi

ios - 如何使用 Image Sets 为不同设备设置 Viewcontroller 背景图片?

转载 作者:行者123 更新时间:2023-11-28 21:41:54 24 4
gpt4 key购买 nike

我在以前的应用程序中为 View Controller 使用了背景图像。

当时我使用 If..Else Ladder 来检测 ViewDidload 上的设备,并基于此为 View Controller 显示不同大小的背景图像。

现在我正在使用 Xcode 的 Images.XCAssets 功能。它再次适用于 LaunchImage、图标等,但不适用于 View Controller 大小的背景图像。

有人帮我使用 Image XCAsset 来设置 View Controller 的背景图像吗?

谢谢

最佳答案

您可以使用它为背景设置不同的图像大小,或者只是使用不同的图像。

NSNumber *screenWidth = @([UIScreen mainScreen].bounds.size.width);
NSString *imageName = [NSString stringWithFormat:@"name-%@w", screenWidth];
UIImage *image = [UIImage imageNamed:imageName];

您还可以检查this answer了解更多信息。

关于ios - 如何使用 Image Sets 为不同设备设置 Viewcontroller 背景图片?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31724873/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com