标签: ios uibezierpath
我正在使用“UIBezierPath”UIBezierPath绘制线条。
我想实现UNDO功能,当用户按下UNDO按钮时,应从屏幕上删除最后绘制的行。
我该怎么做?我使用了“UIBezierPath”的“removeAllPoints”功能,但它不起作用。