Skip to content

n8chur/WNProgressView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Barber Pole UIProgressView for iOS

WNProgressView is a subclass of UIProgressView that shows a barber pole effect when progress is 0.

WNProgressView is ARC compatible and supports iOS4.3+ (and possibly earlier).

picture alt

How to use

  1. Copy WNProgressView.h and WNProgressView.m into your Xcode project.
  2. In your xib or storyboard set the class of the desired UIProgressView to WNProgressView.
  3. Done!

Notes

WNProgressView can also be instantiated programmatically.

Supports both UIProgressView styles (Bar and Default).

The color of the barber pole strips will inherit from progressTintColor if on iOS5+.

About

WNProgressView is a subclass of UIProgressView that shows a barber pole effect when progress is 0. Works on iOS versions below 7.0.

Resources

License

Stars

Watchers

Forks

Packages

No packages published