Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 961 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 961 Bytes

DrawSketch

Draw Sketch has the basic functions for drawing from the beginning. Anyone can easily create drawing iOS Applications.

Sketch_animation1

I have used only few features in this example, but you can use all.

📝 Features

  • Pen tool
  • Eraser tool
  • Stamp tool
  • Undo / Redo
  • Draw on Camera / Gallery image
  • Multiple colors can be set
  • Multiple width can be set
  • Multiple alpha can be set
  • Multiple tools (Line, Arrow, Rectangle, Ellipse)
  • Multiple Pen Filters (Neon, Blur)

✏️ Requirements

  • Xcode 9.0+
  • Swift 4.0+

✏️ How to use

Using IB/Storyboards:

Only 3 steps needed to use SketchView

1. Set UIView on Storyboard.

2. Open Inspector and enter SketchView in the Class field of Custom Class.

3. Then just connect SketchView to UIViewController as usual.