PICircularProgressView 0.1.1

PICircularProgressView 0.1.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Unclaimed.




  • By
  • DerPipo

Overview

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.

Screenshot

Installation

  • Copy the PICircularProgressView directory to your project.
  • Import the header: #import PICircularProgressView

Example Code

self.progressView = [[PICircularProgressView alloc] init];
[self.view addSubview:self.progressView];
  • You can also use Interface Builder by adding UIView and change the class to PICircularProgressView

Credits

The original version for OS X (TSPCircularProgressIndicator) was created by thesynapseproject.