/DYECanvasView

Simply add it as a subview to start drawing!

Primary LanguageSwift

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()