SignatureView icon indicating copy to clipboard operation
SignatureView copied to clipboard

single tap doesn't draw a point

Open haemi opened this issue 8 years ago • 2 comments

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

haemi avatar Sep 13 '15 17:09 haemi

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

mats019 avatar Apr 17 '17 10:04 mats019

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. ^_^

Lioenl-Vicky avatar May 05 '17 10:05 Lioenl-Vicky