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).
- Copy WNProgressView.h and WNProgressView.m into your Xcode project.
- In your xib or storyboard set the class of the desired UIProgressView to WNProgressView.
- Done!
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+.