You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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?
The text was updated successfully, but these errors were encountered: