How can run some animation on UIImage? I found solution with UIBezier path. But it is complex. If I have a solution for how to run animation on UIImage, my problem is solved.
You can find example app "Alphabets Tracing" in iPad.
I want the clue logic for the same animation thing that occur in that app on Alphabets.
it is only with UIBezierPath or else have any other solution?