Skip to content

raybon-lee/ZFProgressView

 
 

Repository files navigation

ZFProgressView

A simple digit progress view.

Example:

##How to use ZFProgressView?

Add "ZFProgressView.h" and "ZFProgressView.m" in your project. Then

ZFProgressView *progress = [[ZFProgressView alloc] initWithFrame:CGRectMake(50, 150, 100, 100)];

###1. setProgressStrokeColor

[progress setProgressStrokeColor:[UIColor orangeColor]];

###2. setBackgroundStrokeColor

[progress setBackgroundStrokeColor:[UIColor yellowColor]];

###3. setDigitTintColor

[progress setDigitTintColor:[UIColor greenColor]];

###4. use an animation to show digit progress

[progress4 setProgress:0.8 Animated:YES];
or
[progress4 setProgress:0.8 Animated:NO];

About

A simple digit progress view.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%