I’m making a drawing tool with UIView’s touch events.
The problem is
touchesMoved event doesn’t occur when trying to move very closely
right after touch began.
so it’s very difficult to draw 2~3 pixels line.

See it’s just one pixel.
But in iOS Simulator it works fine.

I thought it’s device’s problem
But in SketchBookX(popular drawing app), works fine, too.

I’m not using UIScrollView or UIGuestureRocognizer.
Please help me to solve this problem.
- I took some screenshots AND ‘newbies are not allowed to post images..’ X(
Oh FINALLY I found my fault!
If touch moves very short after ‘touchesBegan’, doesn’t fire ‘touchesMoved’.
But when ‘touchesEnd’ it gives moved point X(
It’s little odd but finally i’ve done with it 🙂