Is it possible to set an image into motion along a predetermined path with the push of a button in iphone SDK? I’m not looking for anything fancy. I working on a simple concept, but this would save a lot of animation work.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes. You can animate any CALayer along a path by creating a
CAKeyframeAnimationand assigning aCGPathto itspathproperty. See this blog post by Bill Dudney for an example.