iPad 中加载的资产图像不正确
Incorrect Assets image loads in iPad
我已将三维图像添加到 Assets.xcassets
back.png with size 18 x 14 pixels
back@2x.png with size 36 x 28 pixels
back@3x.png with size 54 x 42 pixels
我在 Attributes Inspector 中将 UIButton 的图像 属性 设置为 "back"。在 运行 上 iPad Pro(12.9 英寸第 3 代)上的应用程序,Xcode 应该自动填充 back@3x.png 作为该 UIButton 上的图像。但是,它在 UIButton 上加载最低分辨率图像,即 back.png。
请协助,因为我需要为 iPad 加载更高像素的图像。
从 Apple guidelines 的图像尺寸和分辨率出发,新的 iPad Pro(12.9 第三代)使用 @2x。
我已将三维图像添加到 Assets.xcassets
back.png with size 18 x 14 pixels
back@2x.png with size 36 x 28 pixels
back@3x.png with size 54 x 42 pixels
我在 Attributes Inspector 中将 UIButton 的图像 属性 设置为 "back"。在 运行 上 iPad Pro(12.9 英寸第 3 代)上的应用程序,Xcode 应该自动填充 back@3x.png 作为该 UIButton 上的图像。但是,它在 UIButton 上加载最低分辨率图像,即 back.png。
请协助,因为我需要为 iPad 加载更高像素的图像。
从 Apple guidelines 的图像尺寸和分辨率出发,新的 iPad Pro(12.9 第三代)使用 @2x。