使用UIBezierPath在ImageView上绘制和擦除

时间:2014-12-12 06:28:42

标签: ios objective-c uiimageview calayer uibezierpath

我写了这个链接的答案代码来创建ImageViewLayer和Imageview。 StackOverflow Link

此链接向我提供以下结果。

enter image description here enter image description here

它的工作正常。但是我想,当用户按下原始按钮...然后用手指触摸它会移除前一个区域的清晰区域。

如何为此创建撤消功能..如有任何疑问,请添加您的评论..请帮助我......

1 个答案:

答案 0 :(得分:0)

how to draw CALayer with line path like simulate eraser effect?

这是我得到答案的帖子。有关于效果的示例代码。 你与众不同的是将灰色层改为"纸质成像仪"

希望对你有所帮助