michalkonturek / SignatureView

UI component for capturing signature.
MIT License
78 stars 25 forks source link

single tap doesn't draw a point #6

Open haemi opened 9 years ago

haemi commented 9 years ago

this would be necessary for e.g. the dot on the i...

mats019 commented 7 years ago

Yes. I am facing with the same issue. After sign if we give dot it is not accepting. Please address.

Lioenl-Vicky commented 7 years ago

This issue, I found in a 4" inches size display only. The 4.7" and 5.5" are works

add the following code to a touchesBegan() method, at SignatureView.m

self.image = [self _drawLineFromPoint:self.previousPoint toPoint:currentPoint image:self.image];

This works for me. ^_^