I have a โcircularโ image, something like a pie chart. I would like to get a nice animation, for example, when a pie chart fills from 0 to a value.
I usually use something like this when I want to animate views:
[UIView animateWithDuration: 3.0 delay: 0.0 options: UIViewAnimationCurveEaseInOut animations: ^ {
Is it possible to do the same thing for circular animation? I really don't know how to do this.
Thanks for any links!
Note: iOS 5, storyboards, ARC and all that :)
Edit: for future discussion, the image looks like this:

source share