moqod / ios-scratch-n-see

The project provides en effect when the user swipes the finger over one texture and by swiping reveals the texture underneath it. The effect can be applied for scratch-card action or wiping a misted glass.
421 stars 104 forks source link

Crashes every time while reusing the Imageview #1

Closed Vishnuprasath90 closed 10 years ago

Vishnuprasath90 commented 11 years ago

Hi akopanev,

Thanks for your code and it works great when its in single view. If i integrate your ImageMaskView with iCarousel or even in UIscrollview to apply the scratch effect to many view. My app crashes where it points to utils class files and Imagemaskview class files. I am using ARC in my app. Does it affects because of using ARC . Pls reply me. Thanks.

iTSangar commented 11 years ago

I stopped at the same problem ... many views and crash! someone found a solution?

Thanks.

akopanev commented 10 years ago

Hey,

thanks for feedback, I'll check this issue soon.

akopanev commented 10 years ago

Guys,

Please, keep in mind that this view does not support reusing. I’ve updated the project, fixed some issues, added ARC support and other things. Can you check it?

akopanev commented 10 years ago

Closed.