• Stars
    star
    481
  • Rank 91,384 (Top 2 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created almost 11 years ago
  • Updated about 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Circular progress view overlay

PWProgressView

PWProgressView is a circular progress indicator inspired by the app install / update animation from iOS 7.

Build Status Carthage compatible

pwprogressview

Installation

If you use cocoapods add pod 'PWProgressView' to your Podfile and run pod install. Alternatively drag PWProgressView.h and PWProgressView.m into your project file and add the QuartzCore framework.

Properties

@property (nonatomic, assign) float progress;

The current progress of the progress view. The progress property should be between 0.0 and 1.0.