我在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的image属性设置为“ back”。在iPad Pro(第3代12.9英寸)上运行该应用程序时,Xcode应该自动将back@3x.png填充为该UIButton上的图像。但是,它在UIButton上加载的分辨率最低的图像,即back.png。
请协助,因为我需要为iPad加载更高像素的图像。