Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Suggestions. #13

Open
farazhaider88 opened this issue Aug 2, 2015 · 0 comments
Open

New Suggestions. #13

farazhaider88 opened this issue Aug 2, 2015 · 0 comments

Comments

@farazhaider88
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant