GitHunt
YA

yangpeng7/YProgressView

A round progress view

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)

Languages

Objective-C100.0%
MIT License
Created August 2, 2015
Updated June 7, 2018