How to animate the pie charts developed using core-plot library?
In the iPhone application Roambi, the pie chart shown can be animated to rotate with the user as if rotating a disc. We can hold and do lot of stuff with that. Someone mentioned that the Roambi app was developed using core-plot library: What library use Roambi app iPhone to draw chart? How can I manipulate a pie chart developed using Core plot? A quick look at the Core Plot source code reveals that CPPieChart 's inheritance looks like this: CPPieChart : CPPlot : CPAnnotationHostLayer : CPLayer : CALayer So you can see that in the end, CPPieChart is just a heavily subclassed CALayer . I might