Andy Drizen

CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.
2pods
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.
License: BSD
Using this very simple class, you can quickly get an idea of what your color-blind users will experience when they use your App. This is achieved by converting the colors and acuity of your App in real-time.
License: BSD