StanTwinB / PWProgressView

Circular progress view overlay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PWProgressView

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

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.

About

Circular progress view overlay

License:MIT License


Languages

Language:Objective-C 95.6%Language:Ruby 4.4%