Skip to content

kenmaz/KMZDrawView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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