简体   繁体   中英

How to change app Icon without opening the app?

我已经看到,iPhone Calender应用程序每天更改其图标,以使其在1,2,3,...,29,30个月中具有日期编号,我如何才能使我的应用程序像这样更改图标?

在iOS上无法更改图标,除非提交更新并在您的应用包中添加新图标。

这非常简单:NSApplication有一个允许更改图标图像的方法:setApplicationIconImage:。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM