UI元素集合
指定圆圈颜色
@property (nonatomic, strong) UIColor *circleColor;
指定勾选标记本身的颜色
@property (nonatomic, strong) UIColor *checkmarkColor;
指定动画时长
@property (nonatomic) double animationDuration;
使用以下方法触发动画
- (void)animateCheckmark;
@property (nonatomic, strong) UIColor *leftLineColor;
@property (nonatomic, strong) UIColor *rightLineColor;
@property (nonatomic, strong) UIColor *circleColor;
@property (nonatomic) CGFloat lineHeight;
@property (nonatomic) CGFloat circleDiametr;
@property (nonatomic) BOOL circleShouldGlow;