How to erase piece of UIImageView with png-brush and UIBezierPath

后端 未结 1 1938
春和景丽
春和景丽 2020-12-30 13:47

I have two UIImageView, first above second. I want to erase piece of the first image with brush (brush is a png picture with soft edge) to make piece of the second image vis

相关标签:
1条回答
  • 2020-12-30 14:03

    There is an open source project which will be useful for you .. iOS-Scratch-n-See. Class ImageMaskView will be interesting to study.

    Hope that helps!

    0 讨论(0)
提交回复
热议问题