I would like the user to be able to trace a predefined CGPath/UIBezierpath with their finger and get a warning if they go outside of the lines (say the line thickness is e.g. 30px to make it easier).
How would I perform such a check based on the knowledge that the amount of events returned by the touch event methods vary depending on the finger's movement?