Skip to content

Tags: stevelandeyasana/FreehandDrawing-iOS

Tags

DrawView-MemoryFixed

Toggle DrawView-MemoryFixed's commit message
Fixes high transient memory usage when drawing fast. Reproduces a cra…

…sh in iPhone 4S

DrawView-Cached

Toggle DrawView-Cached's commit message
Draws the path offscreen and replaces layer contents to improve perfo…

…rmance with long sets of strokes

DrawView-naive

Toggle DrawView-naive's commit message
Adds naive DrawView implementation