Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.31 KB

README.md

File metadata and controls

50 lines (31 loc) · 1.31 KB

What is KMZDrawView

Simple drawing view for iOS.

KMZDrawView

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

  1. Create new Xcode project.

  2. Install KMZDrawView pod, and open workspace.

  3. Open a storyboard, and add UIView as subview.

  4. Specify "KMZDrawView" as Custom Class to above view.

  5. Run iOS simulator. You can drawing now. super eaaaaaaasy !!!

Author

License