Skip to content

michaelbaer/PICircularProgressView

 
 

Repository files navigation

PICircularProgressView

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 94.8%
  • Ruby 5.2%