Skip to content

yangpeng7/YProgressView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YProgressView : A round progress view with animation

in your view add this code

	YProgressView *view = [[YProgressView alloc] initWithFrame:CGRectMake(100, 100, 100, 100)];
	[view setProgressLineWidth:5];
	[view setStart:-90 End:180];
	[view setProgressColor:[UIColor orangeColor]];
	[view animationDuration:5];
	[view setTextColor:[UIColor lightGrayColor]];
	[view setCenterText:@"test"];
	[self.view addSubview:view];

![github] (http://i1.tietuku.com/ce6a13ad6700fd83.gif)

About

A round progress view

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors