Open
Description
sir,
1> is it possible for us to stop touches/revealing at particular masking progress? i tried using disabling user interaction like this but no success.
- (void)mdScratchImageView:(MDScratchImageView *)scratchImageView didChangeMaskingProgress:(CGFloat)maskingProgress {
NSLog(@"%s %p progress == %.2f", PRETTY_FUNCTION, scratchImageView, maskingProgress);
if (maskingProgress == 0.30) {
scratchImageView.userInteractionEnabled = false;
}
}
2> is there any way i can removed blured image at particular time and reveal the real image?
Metadata
Metadata
Assignees
Labels
No labels