gpt4 book ai didi

ios - Xcode 6.1 为 iPhone 6 和 4s 模拟器使用相同的 2x 图像

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:03:07 25 4
gpt4 key购买 nike

我正在为图像使用 Assets 目录。我的应用程序包含全屏教程页面。在用于 iPhone 的单个图像 Assets 的 images.xcassets 下有 4 个版本。 1x、2x、Retina 4 2x 和 3x。

我使用的是 Xcode 6.1。当应用程序在 4s 模拟器上运行时,它使用图像的 2x 版本。 iPhone 6 模拟器使用相同的图像。无论我将 Deployment Target 设置为 7.1、8.0 还是 8.1,都会发生同样的事情。

我附上了一个解释该问题的测试项目。如果您在模拟器中运行该项目,iPhone 4s 和 iPhone 6 都会显示 2x 版本图像。

https://www.dropbox.com/s/8gon4czetkya485/AssetCatalogTest.zip?dl=0

如何使用 Asset Catalog 轻松显示 4s 和 6 的不同图像?

最佳答案

看来没有办法解决这个问题。我尝试从启动图像中复制规则, Assets 目录会丢弃具有启动图像使用的 667h 和 736h 子类型的图像。

你认为这行得通,但行不通:

{
"images" : [
{
"idiom" : "iphone",
"scale" : "2x",
"filename" : "4.png"
},
{
"idiom" : "iphone",
"filename" : "6.png",
"subtype" : "667h",
"scale" : "2x"
}
]
}

最好的方法是老式的方法。使用 test-667 之类的名称为每种尺寸创建图像,然后执行以下操作:

[UIImage imageNamed:[NSString stringWithFormat:@"test-%g", [[UIScreen mainScreen] bounds].size.height]]

关于ios - Xcode 6.1 为 iPhone 6 和 4s 模拟器使用相同的 2x 图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26614670/

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