yaolizhi / scrawl

涂鸦画板 模仿苹果的备忘录涂鸦效果

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scrawl

涂鸦画板

(涂鸦画板)

用法很简单,导入DrawView.h DrawView.m 文件创建该控件即可

  • 清屏: [_drawView clear];
  • 撤销: [_drawView undo];
  • 橡皮擦: _drawView.lineColor = [UIColor whiteColor];

About

涂鸦画板 模仿苹果的备忘录涂鸦效果

License:Apache License 2.0


Languages

Language:Objective-C 100.0%