Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的app的资源是png格式的,但是当我运行app,打开沙盒的内容资源目录,发现所有png格式的图片都变成了tiff格式,怎么回事?
任何人都可以帮助我吗?
谢谢!
这听起来像您在项目的构建设置中设置了“组合高分辨率艺术品”设置。使用此选项集,Xcode 将自动将标准图像和@2x 图像组合成单个 TIFF。有关详细信息,请参阅此 Apple 文档。