TWRProgressView
TWRProgressView copied to clipboard
A custom progress view to be used with masking images.
Add the following to fix: -(void)layoutSubviews { // need to wait for autolayout to do its thing before setting up the masking image [self maskView:self]; }
I wanted to keep the mask image gray but the filling should be with the gradient pattern. Can you achieve or guide how to customise. I Tried this but didn't...
Added javadoc (only properties, TODO: add javadoc to methods). Added sample for code based implementation. When you've changed frame of view after setting mask image, the view wasn't working property....