I am developing an iPhone application in which I am showing a graph using the core of Core-Plot. The graph is made from CPScatterPlot, and what I'm trying to do is to animate the appearance of this graph on the screen.
I am not looking for fading animation, or for the graph to be shifted to the left of the screen. I would like the user to see each point of the graph appearing one at a time (starting from the left), so that it would seem that the graph is slowly being traced.
I doubt that Core-Plot provides "slowdown" of the graph trace, so I probably have to fully implement this from scratch. Does anyone know how I can do this?
thanks
source share