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.
Xcode 5 引入了在单个资产文件中管理所有图像的可能性,而不是使用一堆 png 变体。
它适用于 IB 和 Cocoa 代码,但是当我尝试从嵌入式 html 引用图片时,它们根本不显示。
所以问题很简单:是否可以从 UIWebView 中的嵌入式 html 中引用 xcasset 图像?
显然,如果您打开应用程序包,图像会以一种神秘的二进制 .car 格式混合在一起(唯一的例外是仍作为单独文件复制的图标和启动图像)。
因此,似乎无法从 html 源中引用 xcassets 图像。您必须继续单独捆绑它们。