TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
PICircularProgressView is a subclass of UIView with circular UIProgressView properties and text in this circle representing the progress.
It is based on TSPCircularProgressIndicator for OS X from thesynapseproject.
PICircularProgressView
directory to your project.#import PICircularProgressView
self.progressView = [[PICircularProgressView alloc] init];
[self.view addSubview:self.progressView];
UIView
and change the class to PICircularProgressView
The original version for OS X (TSPCircularProgressIndicator) was created by thesynapseproject.