This is an iPhone programming question. How to limit a UIImageView to move in a specific path?
The path is a circle, and I want the UIImageView to follow exactly the perimeter of the circle. How can I achieve it?
This is an iPhone programming question. How to limit a UIImageView to move in a specific path?
The path is a circle, and I want the UIImageView to follow exactly the perimeter of the circle. How can I achieve it?
For code to animate a UIImageView along a path, see my answer to this question.