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)