Latest | 0.0.1 |
---|---|
Homepage | https://github.com/kenmaz/KMZDrawView |
License | MIT |
Platforms | ios 6.0, requires ARC |
Authors |
What is KMZDrawView
Simple drawing view for iOS.
This library was made for AnimeMaker.
Features
- Draw with touches
- Erase line
- Undo/Redo
- Choose pen color (comming soon)
- Choose pen width (comming soon)
- Export to UIImage object
See Example project.
Install
Use CocoaPods.
pod 'KMZDrawView'
Get Started
-
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 !!!
Author
License
- KMZDrawView is available under the MIT license.
Latest podspec
{ "name": "KMZDrawView", "version": "0.0.1", "summary": "KMZDrawView is a simple drawing view for iOS.", "homepage": "https://github.com/kenmaz/KMZDrawView", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Kentaro Matsumae": "[email protected]" }, "platforms": { "ios": "6.0" }, "requires_arc": true, "source": { "git": "https://github.com/kenmaz/KMZDrawView.git", "tag": "0.0.1" }, "source_files": "KMZDrawView" }
Sat, 05 Mar 2016 08:29:03 +0000