2013, Existing package for drawing (painting, brush, lines) in iOS?
问题 I need to add typical finger drawing to an app. (The usual.... choose colors, erase, thickness - just the usual you see in every app made.) It's hard to believe I have to program this from scratch, in this day and age? It's hard to believe there is not a common solution for this? All I could find is... https://github.com/levinunnink/Smooth-Line-View Review : that is a (beautifully written) example fragment of a few lines of code being how to draw with a path, with a good smooth result. It