dannyYassine / DYECanvasView

Simply add it as a subview to start drawing!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DYECanvasView (with undos and redos built in)

Add a DYECanvasView as a subview in a Storyboard or programmatically then draw away!

Undos and Redos

Just call the methods to redo and undo!

// Undo drawed layers
self.canvasView.undo()

// Redo the layers that were removed
self.canvasView.redo()

About

Simply add it as a subview to start drawing!


Languages

Language:Swift 100.0%