IOS 中的图像支持 1x、2x、3x
Images in IOS to support 1x, 2x, 3x
在 WWDC 2015 中,他们说我们应该在资产中使用 1x、2x、3x 图片,因为 iphone6p 只会下载 3x 图片而忽略其他图片。我看过 App Thinning。
我想知道它是否只适用于 ios 9 或以下?
Note: For iOS apps, sliced apps are supported on the latest iTunes and on devices running iOS 9.0 and later; otherwise, the App Store delivers universal apps to customers.
它适用于 ios 的所有版本。在以下版本中,您还需要在应用程序中使用相同的图像结构。这样设备就会 select 从图像资源中获取所需的图像。
在 WWDC 2015 中,他们说我们应该在资产中使用 1x、2x、3x 图片,因为 iphone6p 只会下载 3x 图片而忽略其他图片。我看过 App Thinning。
我想知道它是否只适用于 ios 9 或以下?
Note: For iOS apps, sliced apps are supported on the latest iTunes and on devices running iOS 9.0 and later; otherwise, the App Store delivers universal apps to customers.
它适用于 ios 的所有版本。在以下版本中,您还需要在应用程序中使用相同的图像结构。这样设备就会 select 从图像资源中获取所需的图像。