当用户移动手指在屏幕上绘画时,我想模拟一个画笔笔触。我可以记录他的笔触坐标,并生成具有一定宽度的贝塞尔曲线,但是我不希望该曲线是纯色的,而是像这样构造纹理:
是否可以使用UIKit的绘图实用程序来执行此操作? (我希望纹理沿Beizer曲线拉伸并弯曲)
我知道有colorWithPatternImage
,但是我不确定那是否是我想要的。
类似的问题(不起作用):
How to achieve paint brush strokes in iOS
2013, Existing package for drawing (painting, brush, lines) in iOS?