Skip to content

ZHLOVE/XBCircleProgressView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

XBCircleProgressView

圆圈倒计时的动画效果

效果图:

image

示例代码:


    XBCircleProgressView *progressView = [XBCircleProgressView new];
    progressView.aniMode = AnimationMode_subduction;
    progressView.waitTime = 15;
    progressView.delegate = self;
    [progressView startAnimation];

@end

About

圆圈倒计时的动画效果

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%