CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | BSD |
ReleasedLast Release | Dec 2014 |
Maintained by Andy Drizen.
An interactive clock component for use in iOS projects.
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.