Skip to content

New Suggestions. #13

Open
Open
@farazhaider88

Description

@farazhaider88

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions