TWRProgressView icon indicating copy to clipboard operation
TWRProgressView copied to clipboard

A custom progress view to be used with masking images.

Results 3 TWRProgressView issues
Sort by recently updated
recently updated
newest added

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....