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)
On this page
Languages
Objective-C100.0%
MIT License
Created August 2, 2015
Updated June 7, 2018