1

I want to create an animation using UIView's animateWithDuration, but I want to set a custom path rather than having it just go straight across. Is there any way that this can be accomplished without using multiple animations?

Thanks

absynce
  • 1,399
  • 16
  • 29
user2666713
  • 200
  • 9

1 Answers1

0

I think the best way to solve this is to use core animation instead of basic UIView animation. It provides the flexibility you're looking for but is a bit more involved. Here is a similar question which has been answered.

Here is another tutorial to do the same.

Community
  • 1
  • 1
ddevaz
  • 2,253
  • 1
  • 17
  • 10