ssimonov / DM3CheckmarkView

Basic checkmark animation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Objective-C 93.6%Language:Ruby 6.4%