资产目录图像的Contents.json文件如下所示:
{
"images" : [
{
"idiom" : "universal",
"filename" : "Hero-0-Recharging.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "Hero-0-Recharging@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "Hero-0-Recharging@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
假设我想在此图像的json数据中添加其他信息,这些数据应在运行时访问。如果我修改json文本数据(例如通过向图像的每个版本添加" color"属性),有没有办法在运行时读取它?