Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPad flip-clock with Core Animation

I'm trying to make the flip-clock animation, I find this tutorial very interesting http://www.voyce.com/index.php/2010/04/10/creating-an-ipad-flip-clock-with-core-animation/ but I still can't make it work. If someone did it and could share is experience or even the code source that will be really nice.

Thanks,

P.S: if you have other tutorial link please share them.

like image 984
ludo Avatar asked Dec 07 '10 06:12

ludo


People also ask

What is the aesthetic clock app called?

The newly designed Zen Flip Clock is not only significantly improved in terms of ease of use and aesthetics, but also adds the following new features.

Can you use iPad as alarm clock?

In the Clock app , you can set alarms for any time of day and have them repeat on one or more days of the week. Siri: Say something like: “Set an alarm for 7 a.m.” Learn how to use Siri.


1 Answers

What, exactly, do you need help on?

At the moment, there is some sample code available at Google Code: http://code.google.com/p/idharmaclock/source/browse/trunk/LostoClock/Classes/LostoClockViewController.m?spec=svn2&r=2

Referenced from: http://www.iphonedevsdk.com/forum/tutorial-requests/52329-flip-clock-animation-tutorial.html

like image 87
FeifanZ Avatar answered Oct 20 '22 01:10

FeifanZ