从 docs/res/Images.xcassets 拷贝 shareWechat / shareQQ / shareDouyin 三套 imageset(@1x/@2x/@3x)到 ylgamehall/Assets.xcassets/。SharePanel 按钮从"彩色圆 + 首字"改为 setImage + clipsToBounds + 等比缩放,未安装 平台改 alpha 灰显(与原 daoqi msext SharePanel.m:147 createButtonWithImage 同款写法)。 ylgamehall/ 是 PBXFileSystemSynchronizedRootGroup,无需手改 pbxproj。
24 lines
391 B
JSON
24 lines
391 B
JSON
{
|
|
"images" : [
|
|
{
|
|
"filename" : "shareWechat.png",
|
|
"idiom" : "universal",
|
|
"scale" : "1x"
|
|
},
|
|
{
|
|
"filename" : "shareWechat@2x.png",
|
|
"idiom" : "universal",
|
|
"scale" : "2x"
|
|
},
|
|
{
|
|
"filename" : "shareWechat@3x.png",
|
|
"idiom" : "universal",
|
|
"scale" : "3x"
|
|
}
|
|
],
|
|
"info" : {
|
|
"author" : "xcode",
|
|
"version" : 1
|
|
}
|
|
}
|