Commit 31eb5dc6 authored by pete谢兆麟's avatar pete谢兆麟

修改icon图片

parent e42f4d4a
...@@ -66,7 +66,7 @@ extension YHInvatationShareViewController { ...@@ -66,7 +66,7 @@ extension YHInvatationShareViewController {
logoImageView = { logoImageView = {
let view = UIImageView() let view = UIImageView()
view.image = UIImage(named: "AppIcon") view.image = UIImage(named: "share_icon")
return view return view
}() }()
imageView.addSubview(logoImageView) imageView.addSubview(logoImageView)
......
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "share_icon@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "share_icon@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment