TouchDraw icon indicating copy to clipboard operation
TouchDraw copied to clipboard

A subclass of UIView which allows you to draw with your fingers.

Results 10 TouchDraw issues
Sort by recently updated
recently updated
newest added

![Simulator Screen Shot - iPhone 11 - 2021-11-13 at 09 19 57](https://user-images.githubusercontent.com/8614189/141604672-8e549690-ca61-4e22-9463-832a961907c5.png)

To replicate, simply try this project here: https://github.com/rajeejones/PDFSignature.git and change the Podfile to use 2.1.2 v.s. 2.1.1. In 2.1.2, the bottom 90% of the image is clipped, but if you...

When TouchDrawView is embedded in a modal presentation in iOS 13, the user can drag to dismiss. This interferes with the drawing. This PR fixes that like in the accepted...

I have `TouchDrawView` in a VC that is presented as form sheet, the default behavior now on iOS 13. Trying to draw lines going roughly from top to bottom invokes...

It would be nice to have a "blur color", meaning not drawing a solid color but instead bluring the original image on the places touched by the user fingers.

Is there a way to draw on a starting image? e.g. draw on a background grid

Curved lines appear angular..Can you make it smooth?

enhancement

Hi @dehli , Thank you for awesome project. Can you support zoom and draw on image. Thank you.

enhancement

![touchdraw_transparent](https://user-images.githubusercontent.com/11750733/38854803-f2afc1b2-4221-11e8-9599-c50914f73edd.jpg) @dehli I have another question about drawing with transparent colors. As you can see, your line segments are overlapping each other and you get this effect. Maybe you already...

enhancement

Is there a possibility to export a smaller image? i.e. the smallest rectangle containing the drawing.