Skip to content

ssimonov/DM3CheckmarkView

 
 

Repository files navigation

DM3CheckmarkView

Basic checkmark animation

Installation

CocoaPods

The recommended way for installating DM3CheckmarkView is via the CocoaPods package manager

pod 'DM3CheckmarkView'

Properties

Specify circle color:

@property (nonatomic, strong) UIColor *circleColor;

Specify checkmark itself color:

@property (nonatomic, strong) UIColor *checkmarkColor;

Specify animation duration:

@property (nonatomic) double animationDuration;

Use the following method to trigger animation:

- (void)animateCheckmark;

ToDo List

  • solve re-draw on rotation

About

Basic checkmark animation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 93.6%
  • Ruby 6.4%