一個簡單的涂鴉Demo,實現(xiàn)了撤回以及橡皮檫功能的簡單操作箫津。(自己在基礎(chǔ)上慢慢優(yōu)化)
下載鏈接
https://github.com/kuangshiliunian/doodle
簡單使用導入DrawView.h
//涂鴉視圖
DrawView* drawView = [[DrawView alloc] initWithFrame:[UIScreen mainScreen].bounds];
//涂鴉背景板
drawView.backgroundColor = [UIColor redColor];
//添加至要顯示的界面
[self.view addSubview:drawView];