• Stars
    star
    114
  • Rank 308,031 (Top 7 %)
  • Language
    Objective-C
  • License
    Other
  • Created about 11 years ago
  • Updated about 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An interactive clock component for iOS projects.

ScreenShot

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.

## CocoaPods

You can also add this project to yours by using CocoaPods. To do this, add the following line to your Podfile:

pod 'ALDClock', '~>2.0'