How to create dynamic icon like calendar icon of ios 7?

落爺英雄遲暮 提交于 2019-12-22 05:27:12

问题


I want to create dynamic text changing icon like the calendar app in iOS 7 is there any way to do so?


回答1:


You can not do this, there is no API allowing this.

Your apps icon is in your application bundle which is readonly and therefor can not be modified.




回答2:


Sorry brother ... !! There is no API for your requirement. Apple does this only for their apps. Your app icon must be bundled with your application bundle.



来源:https://stackoverflow.com/questions/23866911/how-to-create-dynamic-icon-like-calendar-icon-of-ios-7

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!