How to animate/move the view in the curve path, is it possible to do using UIAnimation.
Like moving a view in the path as in the image.
|
How to animate/move the view in the curve path, is it possible to do using UIAnimation. Like moving a view in the path as in the image.
| ||||
|
feedback
|
|
You can do it using Core Animation and CAKeyFrameAnimation to define the curve points. See this tutorial: http://nachbaur.com/blog/core-animation-part-4 | |||||
feedback
|