打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
iOS 10.3 自定义图标 AlternateIcons

官方文档地址:

https://developer.apple.com/reference/uikit/uiapplication/2806818-setalternateiconname?language=objc

项目近近在info.plist中加入相关信息,Primary Icon和Alternate?Icons是必要的设置


对应的具体内容是

<key>CFBundleIcons</key>

<dict>

<key>CFBundleAlternateIcons</key>

<dict>

<key>i2</key>

<dict>

<key>CFBundleIconFiles</key>

<array> <string>i2-60</string></array>

</dict>

<key>i3</key>

<dict>

<key>CFBundleIconFiles</key>

<array> <string>i3-60</string> </array>

</dict>

<key>i4</key>

<dict>

<key>CFBundleIconFiles</key>

<array> <string>i4-60</string> </array>

</dict>

</dict>

<key>CFBundlePrimaryIcon</key>

<dict>

<key>CFBundleIconFiles</key>

<array> <string>AppIcon</string> </array>

</dict>

</dict>

具体功能实现是



就这么简单就完成了图标的变换.............

PS:

Demo:

https://github.com/wintelsui/iconDemo/tree/master

本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
【热】打开小程序,算一算2024你的财运
iOS开发企业版ipa分发(In
修改,8.3和8.4的系统精简瘦身,IOS8.4 8.3精简进程和无用程序
通过 itms:services://? 在线安装ipa ,跨过app-store
Mac OS X开启SSH服务,并修改自定义端口
Objective
Xcode 修改系统的代码块样式 Code Snippet
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服