Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

real time app icon like iOS 7 clock

Tags:

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 ?

like image 284
parilogic Avatar asked Oct 03 '13 07:10

parilogic


People also ask

What is the clock app on iPhone called?

Clock is a timekeeping mobile app included with iPhone since iPhone OS 1, and with iPad since iOS 6. The app includes world clock, alarm, stopwatch, and timer functions.

What does the clock icon look like on iPhone?

The Clock Icon at the Top of the iPhone 5 Screen If you are seeing the clock icon in the status bar at the top of your iPhone screen, then you have an alarm that is set to go off on a specific day each week, or that is set to go off in the next 24 hours.

Where is the clock app on iPhone 7?

All replies. You need to go ( swipe ) all the way to the rightmost page. There you should find the clock.


1 Answers

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.

like image 74
mhaddl Avatar answered Oct 12 '22 01:10

mhaddl