Skip to content

cguino/PWProgressView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PWProgressView

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

Build Status

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 94.8%
  • Ruby 5.2%