levinunnink / Smooth-Line-View

Smooth & fast line drawing from touch inputs for UIViews using Quartz
MIT License
641 stars 111 forks source link

Fixing a bug that can cause line breakage with slow finger movements #18

Open eithanshavit opened 9 years ago

eithanshavit commented 9 years ago

When finger movement distance is under the minimum set threshold, UITouch is loosing its [touch previousLocationInView] to an unrelated point. This causes the path segments to have a gap.