简体   繁体   中英

real time app icon like iOS 7 clock

I saw clock app in iOS 7. Its app icon shows time on the icon itself. User don't even have to peep inside the icon to see the time. How to achieve this ?

Apple always had some cool private APIs which we developers aren't allowed to use in production Apps, the animated App-Icon is one of them. Most of the time it's to save the experience for the user. Imagine every App uses an auto-updating Icon. The battery-life would go down and it would be a mess on the homescreen when everything is moving and blinking.

I think there is no way for developers to use this with Apple Public API as what i think you leave the home screen with moving icons on all the time as This kind of thing may kills batteries very fast as Moving clock icon needs to update every second. I really wish they'd implement this for us to use with nice way.

我不认为这对于第三方开发者来说是可能的,即使在iOS 7中也是如此。

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