Simple drawing view for iOS.
This library was made for AnimeMaker.
- Draw with touches
- Erase line
- Undo/Redo
- Choose pen color (comming soon)
- Choose pen width (comming soon)
- Export to UIImage object
See Example project.
Use CocoaPods.
pod 'KMZDrawView'
-
Create new Xcode project.
-
Install KMZDrawView pod, and open workspace.
-
Open a storyboard, and add UIView as subview.
-
Specify "KMZDrawView" as Custom Class to above view.
-
Run iOS simulator. You can drawing now. super eaaaaaaasy !!!
- KMZDrawView is available under the MIT license.