DDany / PICircularProgressView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other