CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.

ALDClock 2.0.1

ALDClock 2.0.1

TestsTested
LangLanguage Obj-CObjective C
License BSD
ReleasedLast Release Dec 2014

Maintained by Andy Drizen.




ALDClock 2.0.1

  • By
  • Andy Drizen

What is this?

An interactive clock component for use in iOS projects.

 How can I use it?

Add both ALDClock.h and ALDClock.m to your project, and then #import "ALDClock.h" into your own class. Create an instance of the clock by:

ALDClock *clock = [[ALDClock alloc] initWithFrame:self.view.bounds];

and add it to your view.