Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

cobbyco

macrumors 6502a
Original poster
Aug 6, 2012
740
91
So if you look at the second hand of the Clock app icon, you see that the hand moves smoothly around the clock. If you then put the icons into wiggle mode, you see that the second hand ticks every second rather than continuously moving around.

Quite interesting. Perhaps leftover code from when the second hand did tick around? Or maybe it's just a beta bug?
 
So if you look at the second hand of the Clock app icon, you see that the hand moves smoothly around the clock. If you then put the icons into wiggle mode, you see that the second hand ticks every second rather than continuously moving around.

Quite interesting. Perhaps leftover code from when the second hand did tick around? Or maybe it's just a beta bug?

Why would anyone even look at the clock in wiggle mode?
 
That's an interesting bug. Did you report it? It must be that wiggle mode makes a reference to an old method; that can't be good programming.
 
That's an interesting bug. Did you report it? It must be that wiggle mode makes a reference to an old method; that can't be good programming.

I'd bet it's intentional.
The amount of programming needed to accurately display the "sweeping" second hand, while the icon was jiggling, would surely be more trouble than its worth.
It's a programmers shortcut.
 
I'd bet it's intentional.
The amount of programming needed to accurately display the "sweeping" second hand, while the icon was jiggling, would surely be more trouble than its worth.
It's a programmers shortcut.

I'm surprised the icon doesn't just freeze while it's wiggling.
 
But then it would be off by the number of seconds you were in jiggle-mode.
Even more programming needed to count the jiggle-mode time and then jump the hand back to the correct position based on that count.
 
But then it would be off by the number of seconds you were in jiggle-mode.
Even more programming needed to count the jiggle-mode time and then jump the hand back to the correct position based on that count.

It wouldn't need to do that. It could just read the current system time and update the icon accordingly.

Of course, I'm not suggesting they actually do that. The way it works now is fine. I was just surprised they went to the trouble to make it animated while it was wiggling.
 
I'd bet it's intentional.
The amount of programming needed to accurately display the "sweeping" second hand, while the icon was jiggling, would surely be more trouble than its worth.
It's a programmers shortcut.

I disagree. If they can move it second-by-second in wiggle mode, they can easilymake it move continuously. The graphics should be drawn to the icon, and the icon should be translated and rotated on springboard.

This is no big deal:
1WHhEz7.gif

I could do it programmatically too, but I wouldn't receive a salary from Apple.
 
Last edited:
Yup, been pointed out a few times in threads like "all the little things" and "changes and fixes".
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.