我有一些图像资源,例如toolbar-1@2x.png toolbar-2@2x.png toolbar-1@3x.png toolbar-2@3x.png,我发现3x图像可以'为iPhone 6 / 6plus自动调整大小,如何为iPhone 6 / 6plus设置3倍大小的图像?感谢。
答案 0 :(得分:0)
只需将图片拖到项目中的xcassets
文件即可。 Xcode处理所有大小调整的东西。
并非真正直接相关,但作为已知问题,您无法在iOS7上的xcassets
文件中使用jpg文件。
答案 1 :(得分:0)
我希望您知道Images.xcassets
是什么,您应该使用资产目录添加所有1x,2x和3x图像。
根据Apple doc: -
资产目录可以包括:
Image sets: Used for most types of images, an image set contains all the versions, or representations, of an image that are necessary
支持各种设备和比例因子。
App icons: App icon sets contain all the representations of the icon that iOS apps must provide to be displayed on a device’s Home
屏幕和App Store中。
Launch images: Launch image sets contain all the representations of the static launch image that iOS apps must provide to be
在应用程序启动时暂时显示。