我已经执行了油漆/绘图使用:
- (void) touchesBegan: (NSSet *) touches withEvent: (UIEvent *) event -(void) touchesMoved: (NSSet *) touches withEvent: (UIEvent *) event - (void) touchesEnded: (NSSet *) touches withEvent: (UIEvent *) event
现在的问题是,对于任何线条,我想得到那个特定的线/画图像.我不想要整个屏幕的图像,只有绘制线/油漆的区域/边界.
用户可以绘制多行,因此要分别对所有这些行UIImage.
任何逻辑或代码片段都将非常有帮助
提前致谢